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

Commit

Permalink
Merge pull request #170 from huantianad/rohrkabel-dont-install
Browse files Browse the repository at this point in the history
CMakeLists.txt: don't install rohrkabel static libs
  • Loading branch information
maltejur authored Sep 6, 2023
2 parents 94b27f5 + a0701aa commit 3f9d21c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ if(NOT EXISTS "${PROJECT_SOURCE_DIR}/submodules/rohrkabel/CMakeLists.txt")
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`.")
endif()

add_subdirectory(submodules/rohrkabel)
add_subdirectory(submodules/rohrkabel EXCLUDE_FROM_ALL)

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

Expand Down

0 comments on commit 3f9d21c

Please sign in to comment.