Add build options to CMake cache
This commit is contained in:
parent
67b71d8631
commit
093038f9c2
|
@ -29,7 +29,3 @@ endif ()
|
||||||
if ((LIBCARLA_BUILD_TEST) AND (NOT WIN32))
|
if ((LIBCARLA_BUILD_TEST) AND (NOT WIN32))
|
||||||
add_subdirectory("test")
|
add_subdirectory("test")
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
unset(LIBCARLA_BUILD_TEST CACHE)
|
|
||||||
unset(LIBCARLA_BUILD_RELEASE CACHE)
|
|
||||||
unset(LIBCARLA_BUILD_DEBUG CACHE)
|
|
||||||
|
|
Loading…
Reference in New Issue