From 4743b23e5c15cd2a9cb86f857e1b7199533201bb Mon Sep 17 00:00:00 2001 From: Peter Powell Date: Sun, 15 Oct 2017 02:15:35 +0100 Subject: Remove INSPIRCD_SOCKETENGINE_NAME and INSPIRCD_SYSTEM. - INSPIRCD_SOCKETENGINE_NAME is not really something that needs to be user facing. If opers want to know this kind of internal info then they can look at the build configuration. - INSPIRCD_SYSTEM causes problems for reproducible builds and is only accurate for the state of the system when InspIRCd is built which is not useful in the slightest. --- win/CMakeLists.txt | 3 --- 1 file changed, 3 deletions(-) (limited to 'win') diff --git a/win/CMakeLists.txt b/win/CMakeLists.txt index b5812b0c2..e53f6c6d3 100644 --- a/win/CMakeLists.txt +++ b/win/CMakeLists.txt @@ -12,9 +12,6 @@ set(EXTRA_LIBS "" CACHE PATH "Extra library paths") set(INSPIRCD_BASE "${CMAKE_CURRENT_SOURCE_DIR}/../") -set(SYSTEM_NAME_VERSION ${CMAKE_SYSTEM}) -set(SOCKETENGINE "select") - # Build with multiple processes set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} /MP") -- cgit v1.2.3