mirror of
https://github.com/morgan9e/FreeRDP
synced 2026-04-15 00:44:19 +09:00
CMakeLists.txt: Call enable_testing before processing cunit subdirectory
Otherwise, add_test does nothing.
This commit is contained in:
@@ -118,8 +118,8 @@ endif()
|
||||
# Build CUnit
|
||||
find_optional_package(CUnit)
|
||||
if(CUNIT_FOUND)
|
||||
add_subdirectory(cunit)
|
||||
enable_testing()
|
||||
add_subdirectory(cunit)
|
||||
endif()
|
||||
|
||||
# Sub-directories
|
||||
|
||||
Reference in New Issue
Block a user