From 9b49bbe75f359db5fb74d6faee5ded3e65472e96 Mon Sep 17 00:00:00 2001 From: Cezary Czaplewski Date: Sun, 19 Apr 2020 11:14:03 +0200 Subject: [PATCH] CMAKE_EXE_LINKER_FLAGS -mcmodel=medium -shared-intel --- source/unres/src-HCD-5D/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/unres/src-HCD-5D/CMakeLists.txt b/source/unres/src-HCD-5D/CMakeLists.txt index 88d200f..ccc6e3a 100644 --- a/source/unres/src-HCD-5D/CMakeLists.txt +++ b/source/unres/src-HCD-5D/CMakeLists.txt @@ -379,6 +379,8 @@ endif(UNRES_WITH_MPI) # link libxdrf.a #message("UNRES_XDRFLIB=${UNRES_XDRFLIB}") target_link_libraries( UNRES_BIN-MD-M xdrf ) +# +set(CMAKE_EXE_LINKER_FLAGS "${CMAKE_EXE_LINKER_FLAGS} -mcmodel=medium -shared-intel") #========================================= # Install Path -- 1.7.9.5