1
0
Fork 0
mirror of https://github.com/cosmo-sims/MUSIC.git synced 2024-09-18 15:53:45 +02:00

changed required c++ standard in cmakefile to c++17

This commit is contained in:
Oliver Hahn 2023-03-03 17:16:46 +01:00
parent fb90897699
commit e2fd52f7bd

View file

@ -157,7 +157,7 @@ configure_file(
add_executable(${PRGNAME} ${SOURCES} ${PLUGINS})
set_target_properties(${PRGNAME} PROPERTIES CXX_STANDARD 14)
set_target_properties(${PRGNAME} PROPERTIES CXX_STANDARD 17)
if(CODE_PRECISION STREQUAL "FLOAT")
if(FFTW3_SINGLE_THREADS_FOUND)