Skip to content
Permalink
Browse files
Remove redundant CMake variables
  • Loading branch information
elpaso committed Jun 25, 2018
1 parent bc64420 commit e77f924
Showing 1 changed file with 0 additions and 11 deletions.
@@ -32,17 +32,6 @@ INCLUDE_DIRECTORIES(SYSTEM
${O2_INCLUDE_DIR}
)

#############################################################
# Compiler defines

# This define is used for tests that need to locate the test
# data under tests/testdata in the qgis source tree.
# the TEST_DATA_DIR variable is set in the top level CMakeLists.txt
ADD_DEFINITIONS(-DTEST_DATA_DIR="\\"${TEST_DATA_DIR}\\"")

ADD_DEFINITIONS(-DINSTALL_PREFIX="\\"${CMAKE_INSTALL_PREFIX}\\"")

#############################################################
# libraries

# because of htonl

0 comments on commit e77f924

Please sign in to comment.