DAMASK_EICMD/cmake/Compiler-LLVMFlang.cmake

13 lines
532 B
CMake
Raw Normal View History

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