Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Remove unused #endif
  • Loading branch information
pblottiere committed Jul 13, 2018
1 parent 7ca72d0 commit 183335d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
5 changes: 2 additions & 3 deletions src/server/services/wcs/CMakeLists.txt
Expand Up @@ -27,10 +27,10 @@ INCLUDE_DIRECTORIES(
${CMAKE_BINARY_DIR}/src/analysis
${CMAKE_BINARY_DIR}/src/server
${CMAKE_CURRENT_BINARY_DIR}
../../../core
../../../core
../../../core/dxf
../../../core/expression
../../../core/geometry
../../../core/geometry
../../../core/metadata
../../../core/raster
../../../core/symbology
Expand All @@ -41,7 +41,6 @@ INCLUDE_DIRECTORIES(
)


#endif
TARGET_LINK_LIBRARIES(wcs
qgis_core
qgis_server
Expand Down
1 change: 0 additions & 1 deletion src/server/services/wfs/CMakeLists.txt
Expand Up @@ -51,7 +51,6 @@ INCLUDE_DIRECTORIES(
)


#endif
TARGET_LINK_LIBRARIES(wfs
qgis_core
qgis_server
Expand Down
1 change: 0 additions & 1 deletion src/server/services/wms/CMakeLists.txt
Expand Up @@ -67,7 +67,6 @@ INCLUDE_DIRECTORIES(
)


#endif
TARGET_LINK_LIBRARIES(wms
qgis_core
qgis_server
Expand Down

0 comments on commit 183335d

Please sign in to comment.