From: Augustin Degomme Date: Tue, 3 Mar 2020 23:29:20 +0000 (+0100) Subject: avoid cmake warning X-Git-Tag: v3.26~837 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/89443fc81cc2c677259ca977b0ee8ffd25174243?ds=sidebyside avoid cmake warning --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 8d45268ef6..acb0f7d8b7 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -854,7 +854,8 @@ if(enable_python) target_link_libraries(python-bindings PUBLIC simgrid) set_target_properties(python-bindings PROPERTIES LIBRARY_OUTPUT_NAME simgrid - CXX_VISIBILITY_PRESET "default") + CXX_VISIBILITY_PRESET "default" + INTERPROCEDURAL_OPTIMIZATION FALSE) add_dependencies(tests python-bindings) set_property(TARGET python-bindings APPEND PROPERTY INCLUDE_DIRECTORIES "${INTERNAL_INCLUDES}")