We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fcac2d6 commit 899a44dCopy full SHA for 899a44d
gmdsConfig.cmake.in
@@ -1,4 +1,3 @@
1
-set (GMDS_VERSION x.y.z)
2
include(CMakeFindDependencyMacro)
3
find_dependency(Eigen3)
4
@@ -8,4 +7,4 @@ set_and_check(GMDS_INCLUDE_DIR "@PACKAGE_INCLUDE_INSTALL_DIR@")
8
7
9
check_required_components(GMDS_SUITE)
10
11
-include("${CMAKE_CURRENT_LIST_DIR}/../../cmake/gmds-1.0/GMDS_SUITE.cmake")
+include("${CMAKE_CURRENT_LIST_DIR}/../../cmake/gmds-@CMAKE_PROJECT_VERSION@/GMDS_SUITE.cmake")
0 commit comments