mirror of
https://github.com/Telecominfraproject/wlan-cloud-lib-poco.git
synced 2025-11-02 03:27:56 +00:00
* Add macro to map ENABLE_* variables provided on CMake command-line to POCO_ENABLE_* variables. * Properly map ENABLE_* values to POCO_ENABLE_* variables instead of assuming ON
This commit is contained in:
committed by
Joerg-Christian Boehme
parent
bdd185740a
commit
43cbd82b7f
@@ -29,6 +29,6 @@ target_include_directories( "${LIBNAME}"
|
||||
POCO_INSTALL("${LIBNAME}")
|
||||
POCO_GENERATE_PACKAGE("${LIBNAME}")
|
||||
|
||||
if (ENABLE_TESTS)
|
||||
if (POCO_ENABLE_TESTS)
|
||||
add_subdirectory(testsuite)
|
||||
endif ()
|
||||
|
||||
Reference in New Issue
Block a user