C++17: remove workaround for external smesh to fix build failure on Conda
This commit is contained in:
@@ -204,12 +204,6 @@ if(OpenMP_CXX_FOUND)
|
||||
target_link_libraries(Fem OpenMP::OpenMP_CXX)
|
||||
endif()
|
||||
|
||||
# external SMESH doesn't support C++17 yet
|
||||
if(FREECAD_USE_EXTERNAL_SMESH)
|
||||
set_target_properties(Fem PROPERTIES CXX_STANDARD_REQUIRED ON)
|
||||
set_target_properties(Fem PROPERTIES CXX_STANDARD 14)
|
||||
endif()
|
||||
|
||||
|
||||
SET_BIN_DIR(Fem Fem /Mod/Fem)
|
||||
SET_PYTHON_PREFIX_SUFFIX(Fem)
|
||||
|
||||
Reference in New Issue
Block a user