summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorvkalintiris <vasilis@netdata.cloud>2024-02-12 13:27:10 +0200
committerGitHub <noreply@github.com>2024-02-12 13:27:10 +0200
commit777b7ac531567a54d6666d36838975161f72952f (patch)
tree7ae5310a65dad973d3df7c9e9d8f0da10c3661b6 /CMakeLists.txt
parent94f533f758a52a567879fca76dd43f165db184d2 (diff)
Remove config macros that are always set. (#16994)
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 944a5105ec..d0588e7622 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -2202,10 +2202,6 @@ install(TARGETS netdatacli
# Generate config file
#
-add_definitions(-DHAVE_CONFIG_H)
-
-set(STORAGE_WITH_MATH On)
-
if(NOT CMAKE_INSTALL_PREFIX STREQUAL "")
string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}")
endif()