changed remaining cmake options to have SLS_ prefix

This commit is contained in:
2019-02-14 15:42:04 +01:00
parent c91c2c224a
commit aaae6d854c
3 changed files with 6 additions and 6 deletions

View File

@ -8,7 +8,7 @@ include_directories(
)
if(USE_TESTS)
if(SLS_USE_TESTS)
set(TEST_SOURCES
src/test-slsDetector.cpp
src/test.cpp
@ -38,8 +38,8 @@ endif()
#option(USE_TESTS "Determines whether to build tests." OFF)
# if(USE_TESTS)
#option(SLS_USE_TESTS "Determines whether to build tests." OFF)
# if(SLS_USE_TESTS)
# # Prepare "Catch" library for other executables
# set(CATCH_INCLUDE_DIR ${PROJECT_SOURCE_DIR}/catch)
# add_library(Catch INTERFACE)