Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
fix the link of smpireplaymain on alpha and ia64
authorMartin Quinson <martin.quinson@ens-rennes.fr>
Wed, 24 Jul 2019 07:10:35 +0000 (09:10 +0200)
committerMartin Quinson <martin.quinson@ens-rennes.fr>
Wed, 24 Jul 2019 07:10:35 +0000 (09:10 +0200)
tools/cmake/MakeLib.cmake

index 203ddf4..306ca20 100644 (file)
@@ -106,7 +106,7 @@ if(enable_smpi)
 
   add_executable(smpireplaymain src/smpi/smpi_replay_main.cpp)
   target_compile_options(smpireplaymain PRIVATE -fpic)
-  target_link_libraries(smpireplaymain simgrid -shared)
+  target_link_libraries(smpireplaymain simgrid -fpic -shared)
   set_target_properties(smpireplaymain
     PROPERTIES RUNTIME_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/lib/simgrid)
   install(TARGETS smpireplaymain # install that binary without breaking the rpath on Mac