Skip to content

Commit

Permalink
updated CMAKE_CXX_STANDARD, fixes #852
Browse files Browse the repository at this point in the history
  • Loading branch information
evgueni-ovtchinnikov committed Feb 7, 2024
1 parent 80f9eda commit da3a3b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SuperBuild/External_STIR.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ if(NOT ( DEFINED "USE_SYSTEM_${externalProjName}" AND "${USE_SYSTEM_${externalPr
-DCMAKE_POSITION_INDEPENDENT_CODE:BOOL=ON
-DCMAKE_INSTALL_PREFIX:PATH=${STIR_INSTALL_DIR}
-DGRAPHICS:STRING=None
-DCMAKE_CXX_STANDARD:STRING=11
-DCMAKE_CXX_STANDARD:STRING=14
-DSTIR_OPENMP:BOOL=${STIR_ENABLE_OPENMP}
-DOPENMP_INCLUDES:PATH=${OPENMP_INCLUDES}
-DOPENMP_LIBRARIES:PATH=${OPENMP_LIBRARIES}
Expand Down

0 comments on commit da3a3b6

Please sign in to comment.