Skip to content

Commit

Permalink
ci: fix Windows build after PR 2760
Browse files Browse the repository at this point in the history
  • Loading branch information
canepat committed Mar 6, 2025
1 parent 25d9345 commit 8f9b159
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cmake/conan.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,6 @@ if(CMAKE_HOST_SYSTEM_NAME STREQUAL "Windows")
# most Windows packages on ConanCenter are built for cppstd=14, but some packages require at least cppstd=17
# (otherwise report "Invalid" status)
list(APPEND CONAN_SETTINGS "asio-grpc/*:compiler.cppstd=17")
list(APPEND CONAN_SETTINGS "catch2/*:compiler.cppstd=17")
list(APPEND CONAN_SETTINGS "magic_enum/*:compiler.cppstd=17")
list(APPEND CONAN_SETTINGS "tomlplusplus/*:compiler.cppstd=17")
endif()
Expand Down

0 comments on commit 8f9b159

Please sign in to comment.