Skip to content

Commit 7455183

Browse files
notimaginativeTheForce172
authored andcommitted
stop install of things we don't need
1 parent 9e2d83f commit 7455183

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

lib/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,10 +53,10 @@ ADD_SUBDIRECTORY(lz4)
5353

5454
set(HIDAPI_WITH_LIBUSB OFF)
5555
set(HIDAPI_WITH_HIDRAW ON)
56-
add_subdirectory(hidapi)
56+
add_subdirectory(hidapi EXCLUDE_FROM_ALL)
5757

5858
ADD_SUBDIRECTORY(imgui)
5959

6060
if(FSO_BUILD_WITH_OPENXR)
61-
add_subdirectory(openxr)
61+
add_subdirectory(openxr EXCLUDE_FROM_ALL)
6262
endif()

lib/antlr4.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ endif()
1818
set(WITH_DEMO FALSE)
1919
set(ANTLR4_INSTALL FALSE)
2020

21-
add_subdirectory(antlr4-cpp-runtime)
21+
add_subdirectory(antlr4-cpp-runtime EXCLUDE_FROM_ALL)
2222

2323
set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_CURRENT_LIST_DIR}/antlr4-cpp-runtime/cmake" PARENT_SCOPE)
2424
suppress_warnings(antlr4_static)

0 commit comments

Comments
 (0)