File tree Expand file tree Collapse file tree 3 files changed +574
-1
lines changed
Expand file tree Collapse file tree 3 files changed +574
-1
lines changed Original file line number Diff line number Diff line change @@ -31,8 +31,8 @@ set(CMAKE_CXX_STANDARD "${CMAKE_CXX_OLD_STANDARD}")
3131
3232if (HAVE_CAPSTONE_SIZINGMETRICTOOL)
3333target_compile_definitions (apf_cap PRIVATE HAVE_CAPSTONE_SIZINGMETRICTOOL)
34+ target_compile_features (framework_meshing INTERFACE cxx_std_14)
3435target_link_libraries (apf_cap PRIVATE framework_meshing)
35- target_compile_features (apf_cap PRIVATE cxx_std_14)
3636endif ()
3737
3838include (GNUInstallDirs)
Original file line number Diff line number Diff line change @@ -220,6 +220,8 @@ if(ENABLE_CAPSTONE)
220220 util_exe_func(cap2vtk cap2vtk.cc)
221221 util_exe_func(capGeomTest capGeomTest.cc)
222222 util_exe_func(capCheckParam capCheckParam.cc)
223+ util_exe_func(capAdapt capAdapt.cc)
224+ target_link_libraries (capAdapt framework_meshing)
223225endif ()
224226
225227# send all the newly added utility executable targets
You can’t perform that action at this time.
0 commit comments