Rename BUILD_TESTING cache variable to SLINT_BUILD_TESTING #2362 (#2364)

Rename BUILD_TESTING cache variable to SLINT_BUILD_TESTING

Fixes #2362
This commit is contained in:
Jyotirmoy Roy 2023-03-12 15:03:44 +05:30 committed by GitHub
parent a35ddbdbf9
commit f376741167
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 5 deletions

View file

@ -352,6 +352,6 @@ endif(NOT WIN32)
include(CPack)
if(BUILD_TESTING)
if(SLINT_BUILD_TESTING)
add_subdirectory(tests)
endif()