Skip to content

Commit

Permalink
typo fix (followup 989cfaf)
Browse files Browse the repository at this point in the history
  • Loading branch information
jef-n committed Jun 23, 2021
1 parent 6995cfd commit cf39412
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tests/src/providers/CMakeLists.txt
Expand Up @@ -61,16 +61,16 @@ if(UNIX AND NOT ANDROID AND CMAKE_BUILD_TYPE MATCHES Debug)
testqgswcspublicservers.cpp
)

add_executable(test_provdider_wcs ${WCSTEST_SRCS} )
target_compile_features(test_provdider_wcs PRIVATE cxx_std_17)
add_executable(test_provider_wcs ${WCSTEST_SRCS} )
target_compile_features(test_provider_wcs PRIVATE cxx_std_17)

include_directories(${CMAKE_CURRENT_SOURCE_DIR}
${CMAKE_CURRENT_SOURCE_DIR}/../../../src/core
${CMAKE_CURRENT_SOURCE_DIR}/../../../src/core/raster
${CMAKE_CURRENT_SOURCE_DIR}/../../../src/providers/wcs
)

target_link_libraries(test_provdider_wcs
target_link_libraries(test_provider_wcs
${Qt5Core_LIBRARIES}
${Qt5Network_LIBRARIES}
${Qt5Svg_LIBRARIES}
Expand All @@ -79,7 +79,7 @@ if(UNIX AND NOT ANDROID AND CMAKE_BUILD_TYPE MATCHES Debug)
qgis_core
)

install (TARGETS test_provdider_wcs
install (TARGETS test_provider_wcs
BUNDLE DESTINATION ${QGIS_BIN_DIR}
RUNTIME DESTINATION ${QGIS_BIN_DIR}
)
Expand Down

0 comments on commit cf39412

Please sign in to comment.