diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2018-10-04 21:06:31 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2018-10-04 21:06:31 (GMT) |
commit | 4442b5b743aa3c7ee04b94c144be320d1a53591c (patch) | |
tree | 168faf0b6ec3925dc1fec2bc1f8d076e85452007 /config/intel.cmake | |
parent | a5301ee6b832dc18f692b048102f183e3cef6d15 (diff) | |
download | hdf5-4442b5b743aa3c7ee04b94c144be320d1a53591c.zip hdf5-4442b5b743aa3c7ee04b94c144be320d1a53591c.tar.gz hdf5-4442b5b743aa3c7ee04b94c144be320d1a53591c.tar.bz2 |
TRILABS-34 improve cross compile with emulator
Diffstat (limited to 'config/intel.cmake')
-rw-r--r-- | config/intel.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/intel.cmake b/config/intel.cmake index 5ef9282..f1a5734 100644 --- a/config/intel.cmake +++ b/config/intel.cmake @@ -7,4 +7,4 @@ set(CMAKE_CXX_COMPILER icpc) set(CMAKE_Fortran_COMPILER ifort) # the following is used if cross-compiling -set(PRESET_PRINTF_LL "l") +set(CMAKE_CROSSCOMPILING_EMULATOR "") |