aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorMateusz Łoskot <mateusz@loskot.net>2019-05-23 20:01:07 +0200
committerMateusz Łoskot <mateusz@loskot.net>2019-05-23 20:04:57 +0200
commit3ed72e8fa70f6e1b29ef51c5d30fa8ed18df59dc (patch)
treef0ab3b208e92ed93a703dc4b3410294956328687 /CMakeLists.txt
parent41318d6b11e840afcaa8cc2ed7b7db4574e3447f (diff)
downloadPROJ-3ed72e8fa70f6e1b29ef51c5d30fa8ed18df59dc.tar.gz
PROJ-3ed72e8fa70f6e1b29ef51c5d30fa8ed18df59dc.zip
Remove ProjSystemInfo.cmake module as unused
None of variables calculated by the module are currently used. Besides, this is legacy module which should not be necessary for anything. Related to #1263
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt4
1 files changed, 0 insertions, 4 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 1c9a6943..8e6471ff 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -102,7 +102,6 @@ set(PROJ_BUILD_VERSION "16.0.1")
################################################################################
# Build features and variants
################################################################################
-include(ProjSystemInfo)
include(ProjConfig)
include(ProjMac)
include(policies)
@@ -170,9 +169,6 @@ int main(int argc, char* argv[]) {
endif()
endif()
-boost_report_value(PROJ_PLATFORM_NAME)
-boost_report_value(PROJ_COMPILER_NAME)
-
# Set a default build type for single-configuration cmake generators if
# no build type is set.
if(NOT CMAKE_CONFIGURATION_TYPES AND NOT CMAKE_BUILD_TYPE)