Skip to content

Commit

Permalink
remove cpp 17 cmake flag for vtk
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelchristin committed Sep 3, 2024
1 parent 7e53bc2 commit 6b7f34d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion IbisSuperBuild/IbisDeps/External_VTK.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ if( SUPERBUILD_BUILD_MINIMAL_VTK )
-DCMAKE_BUILD_TYPE:STRING=${CMAKE_BUILD_TYPE}
-DVTK_BUILD_TESTING:STRING=OFF
-DBUILD_SHARED_LIBS:BOOL=FALSE
-DCMAKE_CXX_FLAGS:STRING=-fPIC -std=c++17
-DCMAKE_CXX_FLAGS:STRING=-fPIC
-DVTK_QT_VERSION:STRING=5
-DQt5_DIR:PATH=${Qt5_DIR}
-DVTK_LEGACY_SILENT:BOOL=TRUE
Expand Down

0 comments on commit 6b7f34d

Please sign in to comment.