Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 56531b28 authored by PRUVOST Florent's avatar PRUVOST Florent
Browse files

remove the debugging message

parent 8dcbf2cb
No related branches found
No related tags found
No related merge requests found
...@@ -751,7 +751,6 @@ if (MORSE_DISTRIB_DIR OR EXISTS "${CMAKE_SOURCE_DIR}/cmake_modules/") ...@@ -751,7 +751,6 @@ if (MORSE_DISTRIB_DIR OR EXISTS "${CMAKE_SOURCE_DIR}/cmake_modules/")
if (${CMAKE_SYSTEM_NAME} MATCHES "Darwin") if (${CMAKE_SYSTEM_NAME} MATCHES "Darwin")
set(CMAKE_SHARED_LINKER_FLAGS "-undefined dynamic_lookup") set(CMAKE_SHARED_LINKER_FLAGS "-undefined dynamic_lookup")
endif() endif()
message("CMAKE_SYSTEM_NAME: ${CMAKE_SYSTEM_NAME}")
# Add define for Fortran Mangling (should be defined somewhere else) # Add define for Fortran Mangling (should be defined somewhere else)
# ------------------------------------------------------------------ # ------------------------------------------------------------------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment