mirror of
https://github.com/ntop/n2n.git
synced 2024-04-21 16:31:34 +00:00
Remove one remaining use of N2N_OSNAME and cleanup
This commit is contained in:
+1
-2
@@ -6,7 +6,6 @@ SET(CMAKE_VERBOSE_MAKEFILE ON)
|
||||
set(CMAKE_EXPORT_COMPILE_COMMANDS ON)
|
||||
|
||||
# N2n release information
|
||||
set(N2N_OSNAME ${CMAKE_SYSTEM_NAME})
|
||||
execute_process(
|
||||
COMMAND scripts/version.sh
|
||||
WORKING_DIRECTORY ${PROJECT_SOURCE_DIR}
|
||||
@@ -28,7 +27,7 @@ string(STRIP "${PACKAGE_VERSION}" PACKAGE_VERSION)
|
||||
MESSAGE(STATUS "Build for version: ${PACKAGE_VERSION}")
|
||||
|
||||
add_definitions(-DCMAKE_BUILD)
|
||||
add_definitions(-DPACKAGE_OSNAME="${N2N_OSNAME}" -DN2N_OSNAME="${N2N_OSNAME}")
|
||||
add_definitions(-DPACKAGE_OSNAME="${CMAKE_SYSTEM_NAME}")
|
||||
add_definitions(-DPACKAGE_VERSION="${PACKAGE_VERSION}")
|
||||
|
||||
|
||||
|
||||
+1
-1
@@ -2,7 +2,7 @@
|
||||
|
||||
/* OS name */
|
||||
#ifndef PACKAGE_OSNAME
|
||||
#define PACKAGE_OSNAME N2N_OSNAME
|
||||
#define PACKAGE_OSNAME "windows"
|
||||
#endif
|
||||
|
||||
/* Define to the version of this package. */
|
||||
|
||||
Reference in New Issue
Block a user