From 3ed72e8fa70f6e1b29ef51c5d30fa8ed18df59dc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mateusz=20=C5=81oskot?= Date: Thu, 23 May 2019 20:01:07 +0200 Subject: 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 --- CMakeLists.txt | 4 ---- 1 file changed, 4 deletions(-) (limited to 'CMakeLists.txt') 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) -- cgit v1.2.3