Skip to content
This repository was archived by the owner on Jun 21, 2024. It is now read-only.

Commit 3f9d21c

Browse files
authored
Merge pull request #170 from huantianad/rohrkabel-dont-install
CMakeLists.txt: don't install rohrkabel static libs
2 parents 94b27f5 + a0701aa commit 3f9d21c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ if(NOT EXISTS "${PROJECT_SOURCE_DIR}/submodules/rohrkabel/CMakeLists.txt")
6868
message(FATAL_ERROR "Rohrkabel was not found since you are not in a Git checkout or have GIT_SUBMODULE disabled. Please provide rohrkabel manually to `./submodules/rohrkabel`.")
6969
endif()
7070

71-
add_subdirectory(submodules/rohrkabel)
71+
add_subdirectory(submodules/rohrkabel EXCLUDE_FROM_ALL)
7272

7373
add_executable(discord-screenaudio ${discord-screenaudio_SRC})
7474

0 commit comments

Comments
 (0)