Skip to content

Commit

Permalink
Fix another typo
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Feb 25, 2021
1 parent 3b5f6e3 commit 7af8741
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/providers/wfs/CMakeLists.txt
Expand Up @@ -56,7 +56,7 @@ endif()
add_library (wfsprovider MODULE ${WFS_SRCS})

# require c++17
target_compile_features(wcsprovider PRIVATE cxx_std_17)
target_compile_features(wfsprovider PRIVATE cxx_std_17)

target_link_libraries (wfsprovider
${EXPAT_LIBRARY}
Expand Down

0 comments on commit 7af8741

Please sign in to comment.