summaryrefslogtreecommitdiff
path: root/cmake/Modules/FindGMP.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'cmake/Modules/FindGMP.cmake')
-rw-r--r--cmake/Modules/FindGMP.cmake2
1 files changed, 0 insertions, 2 deletions
diff --git a/cmake/Modules/FindGMP.cmake b/cmake/Modules/FindGMP.cmake
index 7b45f16c7..190b7c548 100644
--- a/cmake/Modules/FindGMP.cmake
+++ b/cmake/Modules/FindGMP.cmake
@@ -12,8 +12,6 @@ if(ENABLE_SYSTEM_GMP)
else()
message (STATUS "Detecting GMP from system failed.")
endif()
-else()
- message (STATUS "Detecting GMP from system disabled! (ENABLE_SYSTEM_GMP=0)")
endif()
if(NOT USE_SYSTEM_GMP)