mirror of
https://github.com/slint-ui/slint.git
synced 2025-11-02 04:48:27 +00:00
Rename BUILD_TESTING cache variable to SLINT_BUILD_TESTING Fixes #2362
This commit is contained in:
parent
a35ddbdbf9
commit
f376741167
3 changed files with 5 additions and 5 deletions
|
|
@ -352,6 +352,6 @@ endif(NOT WIN32)
|
|||
|
||||
include(CPack)
|
||||
|
||||
if(BUILD_TESTING)
|
||||
if(SLINT_BUILD_TESTING)
|
||||
add_subdirectory(tests)
|
||||
endif()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue