diff options
Diffstat (limited to 'libtransport/src/CMakeLists.txt')
-rw-r--r-- | libtransport/src/CMakeLists.txt | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/libtransport/src/CMakeLists.txt b/libtransport/src/CMakeLists.txt index c10f3da5a..33497e0f4 100644 --- a/libtransport/src/CMakeLists.txt +++ b/libtransport/src/CMakeLists.txt @@ -85,7 +85,6 @@ else () ) endif () -if (${COMPILE_TESTS}) - add_subdirectory(core/test) - add_subdirectory(transport/test) +if (${BUILD_TESTS}) + add_subdirectory(test) endif() |