Skip to content

Commit

Permalink
accommodate machine_types dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolaslg committed Feb 20, 2024
1 parent 00eac3a commit 60a3354
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ include(CMakePrintHelpers)

project(smooth3D
LANGUAGES C CXX
VERSION 3.2.0)
VERSION 3.3.0)

cmake_print_variables(smooth3D_VERSION)

Expand Down
4 changes: 2 additions & 2 deletions CMakePresets.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
"name": "ci",
"cacheVariables": {
"CMAKE_POSITION_INDEPENDENT_CODE": "ON",
"WITH_EXTERNAL_MACHINETYPES": "OFF",
"Mesquite_ROOT": "$env{INSTALL_DIR}/mesquite-2.3.0",
"gmds_ROOT": "$env{INSTALL_DIR}/gmds072",
"Lima_ROOT": "$env{INSTALL_DIR}/lima"
"Lima_ROOT": "$env{INSTALL_DIR}/lima",
"MachineTypes_ROOT": "$env{INSTALL_DIR}/machine_types"
}
}
]
Expand Down
3 changes: 3 additions & 0 deletions smooth3D/smooth3DConfig.cmake.in
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
include(CMakeFindDependencyMacro)
find_dependency(MachineTypes)

set(smooth3D_VERSION "@smooth3D_VERSION@")

@PACKAGE_INIT@
Expand Down

0 comments on commit 60a3354

Please sign in to comment.