We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d43763e commit f2cf660Copy full SHA for f2cf660
CMakeLists.txt
@@ -24,6 +24,7 @@ pkg_check_modules(SNDFILE IMPORTED_TARGET REQUIRED sndfile)
24
# Import carla stuff
25
26
set(CARLA_BUILD_STATIC TRUE)
27
+mark_as_advanced(CARLA_BUILD_STATIC)
28
29
add_subdirectory(src/carla/cmake)
30
0 commit comments