aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorZyX <kp-pav@yandex.ru>2017-04-08 18:23:02 +0300
committerZyX <kp-pav@yandex.ru>2017-04-09 03:36:18 +0300
commit0f4b4c7529d6699bcae5c943a4bc27827c9aa8d6 (patch)
tree5b0984db42ef35c0fd22f7b9051e1b7b5df461ae /CMakeLists.txt
parent8990490b50df651144658d0e68c7f582d7013376 (diff)
downloadrneovim-0f4b4c7529d6699bcae5c943a4bc27827c9aa8d6.tar.gz
rneovim-0f4b4c7529d6699bcae5c943a4bc27827c9aa8d6.tar.bz2
rneovim-0f4b4c7529d6699bcae5c943a4bc27827c9aa8d6.zip
headers: Remove useless HAVE_CONFIG_H macros
We do not have non-cmake build options, cmake always does configure_file.
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index e8956c9074..2232543cc8 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -275,7 +275,6 @@ else()
endif()
add_definitions(-DINCLUDE_GENERATED_DECLARATIONS)
-add_definitions(-DHAVE_CONFIG_H)
if(CMAKE_COMPILER_IS_GNUCXX AND CMAKE_SYSTEM_NAME STREQUAL "Linux")
set(CMAKE_EXE_LINKER_FLAGS "${CMAKE_EXE_LINKER_FLAGS} -Wl,--no-undefined")