We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f70d5ba commit 62f4024Copy full SHA for 62f4024
src/Mod/Mesh/App/CMakeLists.txt
@@ -413,8 +413,6 @@ endif ()
413
414
add_library(Mesh SHARED ${Core_SRCS} ${WildMagic4_SRCS} ${Mesh_SRCS})
415
target_link_libraries(Mesh ${Mesh_LIBS})
416
-set_target_properties(Mesh PROPERTIES CXX_STANDARD_REQUIRED ON)
417
-set_target_properties(Mesh PROPERTIES CXX_STANDARD 17)
418
if (FREECAD_WARN_ERROR)
419
target_compile_warn_error(Mesh)
420
endif()
0 commit comments