diff options
| author | Kristian Evers <kristianevers@gmail.com> | 2019-05-01 18:35:53 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-05-01 18:35:53 +0200 |
| commit | 1a8068bf8398833933a0da3323ba960eabdc74a6 (patch) | |
| tree | 9537821e9fa2b381bd981aa12ef70749818a83c6 /CMakeLists.txt | |
| parent | 09cbfb85c834d99e5a00f5989dc144613e0cfbf2 (diff) | |
| parent | 74723a7dff60542af4cadffb9797b5ae60e4a88e (diff) | |
| download | PROJ-1a8068bf8398833933a0da3323ba960eabdc74a6.tar.gz PROJ-1a8068bf8398833933a0da3323ba960eabdc74a6.zip | |
Merge pull request #1425 from mwtoews/define
Remove `PROJ_COMPILATION=1` definition
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 12a24b7b..02f49711 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -19,8 +19,6 @@ if(NOT CMAKE_VERSION VERSION_LESS 3.1) cmake_policy(SET CMP0054 NEW) endif() -add_definitions(-DPROJ_COMPILATION=1) - # Set C++ version # Make CMAKE_CXX_STANDARD available as cache option overridable by user set(CMAKE_CXX_STANDARD 11 |
