Skip to content

Commit 62f4024

Browse files
committed
Mesh: Remove explicit C++17 requirement
1 parent f70d5ba commit 62f4024

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/Mod/Mesh/App/CMakeLists.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -413,8 +413,6 @@ endif ()
413413

414414
add_library(Mesh SHARED ${Core_SRCS} ${WildMagic4_SRCS} ${Mesh_SRCS})
415415
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)
418416
if (FREECAD_WARN_ERROR)
419417
target_compile_warn_error(Mesh)
420418
endif()

0 commit comments

Comments
 (0)