Skip to content

Commit 60a3354

Browse files
committed
accommodate machine_types dependency
1 parent 00eac3a commit 60a3354

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ include(CMakePrintHelpers)
55

66
project(smooth3D
77
LANGUAGES C CXX
8-
VERSION 3.2.0)
8+
VERSION 3.3.0)
99

1010
cmake_print_variables(smooth3D_VERSION)
1111

CMakePresets.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55
"name": "ci",
66
"cacheVariables": {
77
"CMAKE_POSITION_INDEPENDENT_CODE": "ON",
8-
"WITH_EXTERNAL_MACHINETYPES": "OFF",
98
"Mesquite_ROOT": "$env{INSTALL_DIR}/mesquite-2.3.0",
109
"gmds_ROOT": "$env{INSTALL_DIR}/gmds072",
11-
"Lima_ROOT": "$env{INSTALL_DIR}/lima"
10+
"Lima_ROOT": "$env{INSTALL_DIR}/lima",
11+
"MachineTypes_ROOT": "$env{INSTALL_DIR}/machine_types"
1212
}
1313
}
1414
]

smooth3D/smooth3DConfig.cmake.in

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
include(CMakeFindDependencyMacro)
2+
find_dependency(MachineTypes)
3+
14
set(smooth3D_VERSION "@smooth3D_VERSION@")
25

36
@PACKAGE_INIT@

0 commit comments

Comments
 (0)