DAMASK_EICMD/cmake/Compiler-LLVMFlang.cmake

11 lines
403 B
CMake
Raw Normal View History

###################################################################################################
# LLVM Compiler
###################################################################################################
if (OPENMP)
set (OPENMP_FLAGS "-fopenmp")
endif ()
#------------------------------------------------------------------------------------------------
# Fine tuning compilation options