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

@ -48,9 +48,9 @@ set_target_properties(slsSupportLib PROPERTIES
PUBLIC_HEADER "${PUBLICHEADERS}"
)
if (USE_TESTS)
if (SLS_USE_TESTS)
add_subdirectory(tests)
endif(USE_TESTS)
endif(SLS_USE_TESTS)
# Install the library
install(TARGETS slsSupportLib