From 56531b285d11d521bfbb23d91e3fa24d7455e988 Mon Sep 17 00:00:00 2001 From: Florent Pruvost <florent.pruvost@inria.fr> Date: Thu, 22 Oct 2015 12:46:40 +0000 Subject: [PATCH] remove the debugging message --- CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 30df0ed98..983ea4ba9 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -751,7 +751,6 @@ if (MORSE_DISTRIB_DIR OR EXISTS "${CMAKE_SOURCE_DIR}/cmake_modules/") if (${CMAKE_SYSTEM_NAME} MATCHES "Darwin") set(CMAKE_SHARED_LINKER_FLAGS "-undefined dynamic_lookup") endif() - message("CMAKE_SYSTEM_NAME: ${CMAKE_SYSTEM_NAME}") # Add define for Fortran Mangling (should be defined somewhere else) # ------------------------------------------------------------------ -- GitLab