aboutsummaryrefslogtreecommitdiff
path: root/cmake
diff options
context:
space:
mode:
authorShauren <shauren.trinity@gmail.com>2018-04-02 20:05:08 +0200
committerShauren <shauren.trinity@gmail.com>2018-04-02 20:05:08 +0200
commitb095c4cd30c4c386e9f4c0532b4234b44fb8dcea (patch)
tree08913ff4ff11553b989360b344af47df8463dda7 /cmake
parente74ca891ceccbd7154a8e739075725d4d99718bb (diff)
Core/Misc: Removed obsolete NO_CORE_FUNCS
Diffstat (limited to 'cmake')
-rw-r--r--cmake/showoptions.cmake1
1 files changed, 0 insertions, 1 deletions
diff --git a/cmake/showoptions.cmake b/cmake/showoptions.cmake
index 6c060295ee0..069b90b544f 100644
--- a/cmake/showoptions.cmake
+++ b/cmake/showoptions.cmake
@@ -31,7 +31,6 @@ endif()
if( TOOLS )
message("* Build map/vmap tools : Yes (default)")
- add_definitions(-DNO_CORE_FUNCS)
else()
message("* Build map/vmap tools : No")
endif()