11 lines
403 B
CMake
11 lines
403 B
CMake
###################################################################################################
|
|
# LLVM Compiler
|
|
###################################################################################################
|
|
if (OPENMP)
|
|
set (OPENMP_FLAGS "-fopenmp")
|
|
endif ()
|
|
|
|
#------------------------------------------------------------------------------------------------
|
|
# Fine tuning compilation options
|
|
|