Skip to content

Commit

Permalink
comment out winmain temporarily to work around CI bug "indefined symb…
Browse files Browse the repository at this point in the history
…ol __api___args"
  • Loading branch information
fvacek authored Oct 8, 2024
1 parent 05de369 commit 64772f9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ endif()

if (WIN32)
if(CMAKE_BUILD_TYPE STREQUAL "Release")
set(CMAKE_WIN32_EXECUTABLE ON) # Don't open a console window for Windows apps on Relase mode.
# comment out winmain temporarily to work around CI bug "indefined symbol __api___args"
# set(CMAKE_WIN32_EXECUTABLE ON) # Don't open a console window for Windows apps on Relase mode.
endif()
endif (WIN32)

Expand Down

0 comments on commit 64772f9

Please sign in to comment.