13 lines
449 B
CMake
13 lines
449 B
CMake
###################################################################################################
|
|
# LLVM Compiler
|
|
###################################################################################################
|
|
if (OPENMP)
|
|
set (OPENMP_FLAGS "-fopenmp")
|
|
endif ()
|
|
|
|
set (STANDARD_CHECK "-std=f2018 -pedantic" )
|
|
|
|
#------------------------------------------------------------------------------------------------
|
|
# Fine tuning compilation options
|
|
|