From 94d489e183f569f3ca97c89ebe525be31c7c076f Mon Sep 17 00:00:00 2001 From: Matthias Hochsteger Date: Wed, 3 Jun 2020 11:54:56 +0200 Subject: [PATCH] cmake - remove compiler definition of NETGEN_VERSION --- CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index a40c89c5..f67a83b2 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -191,7 +191,6 @@ check_include_files (dlfcn.h HAVE_DLFCN_H) if(HAVE_DLFCN_H) add_definitions(-DHAVE_DLFCN_H) endif() -add_definitions(-DNETGEN_VERSION="${NETGEN_VERSION}") include_directories(BEFORE ${CMAKE_CURRENT_BINARY_DIR})