2023-12-20 22:09:28 +05:30
|
|
|
###################################################################################################
|
|
|
|
# LLVM Compiler
|
|
|
|
###################################################################################################
|
|
|
|
if (OPENMP)
|
|
|
|
set (OPENMP_FLAGS "-fopenmp")
|
|
|
|
endif ()
|
|
|
|
|
2023-12-27 20:39:40 +05:30
|
|
|
set (STANDARD_CHECK "-std=f2018 -pedantic" )
|
|
|
|
|
2023-12-20 22:09:28 +05:30
|
|
|
#------------------------------------------------------------------------------------------------
|
|
|
|
# Fine tuning compilation options
|
2023-12-29 13:02:52 +05:30
|
|
|
set (COMPILE_FLAGS "${COMPILE_FLAGS} -cpp") # preprocessor, needed for CMake < 3.18
|