File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ include(CMakePrintHelpers)
55
66project (smooth3D
77 LANGUAGES C CXX
8- VERSION 3.2 .0)
8+ VERSION 3.3 .0)
99
1010cmake_print_variables(smooth3D_VERSION)
1111
Original file line number Diff line number Diff line change 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 ]
Original file line number Diff line number Diff line change 1+ include (CMakeFindDependencyMacro)
2+ find_dependency(MachineTypes)
3+
14set (smooth3D_VERSION "@smooth3D_VERSION@" )
25
36@PACKAGE_INIT@
You can’t perform that action at this time.
0 commit comments