File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -123,6 +123,7 @@ set(CMAKE_SKIP_INSTALL_RULES ON)
123123add_subdirectory (
124124 ${CMAKE_CURRENT_SOURCE_DIR } /thirdparty/libsndfile
125125 ${CMAKE_CURRENT_BINARY_DIR } /libsndfile-build
126+ EXCLUDE_FROM_ALL # prevents cmake_install.cmake from including this subdirectory
126127)
127128set (CMAKE_SKIP_INSTALL_RULES "${_spatialroot_skip_install_rules_saved} " )
128129# Pre-populate the find variables so Gamma resolves to our vendored target.
@@ -166,6 +167,7 @@ if(SPATIALROOT_BUILD_ENGINE OR SPATIALROOT_BUILD_OFFLINE)
166167 add_subdirectory (
167168 ${CMAKE_CURRENT_SOURCE_DIR } /internal/cult-allolib
168169 ${CMAKE_CURRENT_BINARY_DIR } /allolib-build
170+ EXCLUDE_FROM_ALL # prevents cmake_install.cmake from including this subdirectory
169171 )
170172 set (CMAKE_SKIP_INSTALL_RULES "${_spatialroot_skip_install_rules_saved} " )
171173endif ()
You can’t perform that action at this time.
0 commit comments