Skip to content

Commit 34bd17d

Browse files
committed
Avoid applying 3rdparty config in CMake find modules
1 parent fc92b5e commit 34bd17d

File tree

4 files changed

+442
-432
lines changed

4 files changed

+442
-432
lines changed

CMakeLists.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,8 @@ set(CMAKE_MODULE_FILES
8585
cmake/modules/ListToString.cmake
8686
cmake/modules/ShellCompletion.cmake
8787
cmake/modules/DevelUtilities.cmake
88-
cmake/modules/3rdParty.cmake)
88+
cmake/modules/3rdParty.cmake
89+
cmake/modules/3rdPartyFunctions.cmake)
8990
set(CMAKE_TEMPLATE_FILES
9091
cmake/templates/bash-completion.sh.in
9192
cmake/templates/Config.cmake.in

0 commit comments

Comments
 (0)