forked from microsoft/vcpkg
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Openturns] burn in linkage and fix deps (microsoft#37234)
- Loading branch information
Showing
5 changed files
with
36 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
diff --git a/lib/OpenTURNSConfig.cmake.in b/lib/OpenTURNSConfig.cmake.in | ||
index 1247591893..c12e423892 100644 | ||
--- a/lib/OpenTURNSConfig.cmake.in | ||
+++ b/lib/OpenTURNSConfig.cmake.in | ||
@@ -74,6 +74,17 @@ if ("1" STREQUAL "@HMAT_FOUND@") | ||
find_package (HMAT REQUIRED NO_MODULE PATHS ${HMAT_DIR} NO_DEFAULT_PATH) | ||
endif () | ||
|
||
+include(CMakeFindDependencyMacro) | ||
+find_dependency(Eigen3 CONFIG) | ||
+find_dependency(TBB CONFIG) | ||
+find_dependency(Spectra) | ||
+find_dependency(NLopt) | ||
+find_dependency(dlib) | ||
+find_dependency(HDF5) | ||
+find_dependency(Ceres CONFIG) | ||
+find_dependency(Pagmo CONFIG) | ||
+find_dependency(CMinpack CONFIG) | ||
+ | ||
# Our library dependencies (contains definitions for IMPORTED targets) | ||
include("${CMAKE_CURRENT_LIST_DIR}/OpenTURNS-Targets.cmake") | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters