Skip to content

Commit

Permalink
Added a comment to reference windres.exe issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
Lastique committed Jun 13, 2024
1 parent d3670d2 commit 0843c58
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -273,6 +273,7 @@ if (WIN32)
set_source_files_properties("${CMAKE_CURRENT_BINARY_DIR}/src/windows/simple_event_log.rc" PROPERTIES GENERATED TRUE)

if (CMAKE_CXX_COMPILER_ID STREQUAL "GNU")
# Workaround for a windres.exe issue: https://github.com/boostorg/log/pull/231
list(APPEND CMAKE_RC_FLAGS "--use-temp-file")
endif()

Expand Down

0 comments on commit 0843c58

Please sign in to comment.