Rename cmake flag for unit tests to ENABLE_DEVELOPER_TESTS

To differentiate from the previously existing BUILD_TEST that controls building the Test WB
This commit is contained in:
Adrián Insaurralde Avalos
2023-07-31 11:43:22 -04:00
committed by Chris Hennes
parent d4b3347f5a
commit 1afcd64ebf
5 changed files with 5 additions and 4 deletions

View File

@@ -105,7 +105,7 @@ if(MSVC AND FREECAD_LIBPACK_USE AND LIBPACK_FOUND)
CopyLibpackDirectories()
endif()
if (BUILD_TEST)
if (ENABLE_DEVELOPER_TESTS)
add_subdirectory(tests)
endif()