Add build options to CMake cache

This commit is contained in:
nsubiron 2019-03-20 11:44:59 +01:00
parent 67b71d8631
commit 093038f9c2
1 changed files with 0 additions and 4 deletions

View File

@ -29,7 +29,3 @@ endif ()
if ((LIBCARLA_BUILD_TEST) AND (NOT WIN32))
add_subdirectory("test")
endif()
unset(LIBCARLA_BUILD_TEST CACHE)
unset(LIBCARLA_BUILD_RELEASE CACHE)
unset(LIBCARLA_BUILD_DEBUG CACHE)