cmake - remove compiler definition of NETGEN_VERSION

This commit is contained in:
Matthias Hochsteger 2020-06-03 11:54:56 +02:00
parent 9b28a2df02
commit 94d489e183

View File

@ -191,7 +191,6 @@ check_include_files (dlfcn.h HAVE_DLFCN_H)
if(HAVE_DLFCN_H) if(HAVE_DLFCN_H)
add_definitions(-DHAVE_DLFCN_H) add_definitions(-DHAVE_DLFCN_H)
endif() endif()
add_definitions(-DNETGEN_VERSION="${NETGEN_VERSION}")
include_directories(BEFORE ${CMAKE_CURRENT_BINARY_DIR}) include_directories(BEFORE ${CMAKE_CURRENT_BINARY_DIR})