aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorKristian Evers <kristianevers@gmail.com>2021-10-25 16:46:11 +0200
committerGitHub <noreply@github.com>2021-10-25 16:46:11 +0200
commit24ad521d3e74762cee08ca91867551d33a9e7b9f (patch)
tree99383710e05b1e0bb046ce086ad522f54d55d5bc /test
parent9817fe7db31d5a0716876e1f8f7f1a9ba4b91be0 (diff)
parent6e9b324ab7bf5909df7e68409e060282db14fa54 (diff)
downloadPROJ-24ad521d3e74762cee08ca91867551d33a9e7b9f.tar.gz
PROJ-24ad521d3e74762cee08ca91867551d33a9e7b9f.zip
Merge pull request #2912 from rouault/cmake_static_build
CMake: revise how we deal with symbol export and static builds
Diffstat (limited to 'test')
-rw-r--r--test/unit/CMakeLists.txt4
1 files changed, 0 insertions, 4 deletions
diff --git a/test/unit/CMakeLists.txt b/test/unit/CMakeLists.txt
index cc5d18b7..eb41a6c8 100644
--- a/test/unit/CMakeLists.txt
+++ b/test/unit/CMakeLists.txt
@@ -51,10 +51,6 @@ endif() # USE_EXTERNAL_GTEST
# Build PROJ unit tests
#
-if(MSVC AND BUILD_SHARED_LIBS)
- add_definitions(-DPROJ_MSVC_DLL_IMPORT=1)
-endif()
-
include_directories(${PROJ_SOURCE_DIR}/include)
include_directories(${SQLITE3_INCLUDE_DIR})
# Add the directory containing proj_config.h