diff options
Diffstat (limited to 'config/intel.cmake')
-rw-r--r-- | config/intel.cmake | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/config/intel.cmake b/config/intel.cmake index ee16a0f..5ef9282 100644 --- a/config/intel.cmake +++ b/config/intel.cmake @@ -1,8 +1,10 @@ +# Uncomment the following to use cross-compiling #set(CMAKE_SYSTEM_NAME Linux) set(CMAKE_COMPILER_VENDOR "intel") set(CMAKE_C_COMPILER icc) set(CMAKE_CXX_COMPILER icpc) set(CMAKE_Fortran_COMPILER ifort) - -set(PRESET_PRINTF_LL "ll") + +# the following is used if cross-compiling +set(PRESET_PRINTF_LL "l") |