Skip to content

Commit

Permalink
fuzzers/CMakeLists.txt: remove CXX_STANDARD redefinition
Browse files Browse the repository at this point in the history
  • Loading branch information
rouault committed Nov 17, 2023
1 parent 892ce4f commit 450cf1d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion fuzzers/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ function (build_fuzzer)
endif ()
target_link_libraries(${_FUZZ_NAME} PRIVATE $<TARGET_NAME:fuzzingengine> $<TARGET_NAME:${GDAL_LIB_TARGET_NAME}>)
gdal_standard_includes(${_FUZZ_NAME})
set_target_properties(${_FUZZ_NAME} PROPERTIES CXX_STANDARD 11 CXX_STANDARD_REQUIRED YES)
target_include_directories(${_FUZZ_NAME} PRIVATE $<TARGET_PROPERTY:ogr_SQLite,SOURCE_DIR>)
# Windows(Mingw/MSVC) link libraries
if (CMAKE_SYSTEM_NAME MATCHES "Windows")
Expand Down

0 comments on commit 450cf1d

Please sign in to comment.