Skip to content

Commit

Permalink
Remove redundant CMake variables
Browse files Browse the repository at this point in the history
  • Loading branch information
elpaso committed Jun 25, 2018
1 parent bc64420 commit e77f924
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions tests/src/auth/CMakeLists.txt
Expand Up @@ -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
Expand Down

0 comments on commit e77f924

Please sign in to comment.