mirror of
https://github.com/cosmo-sims/MUSIC.git
synced 2024-09-16 13:33:46 +02:00
changed required c++ standard in cmakefile to c++17
This commit is contained in:
parent
fb90897699
commit
e2fd52f7bd
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue