Skip to content

Commit d37b4d5

Browse files
committed
Update CMakeLists.txt
1 parent ee28bcc commit d37b4d5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CMakeLists.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -260,9 +260,9 @@ target_link_libraries(firelight PUBLIC
260260
discord
261261
firelight_lib)
262262

263-
#if (CMAKE_BUILD_TYPE STREQUAL "Release")
264-
# set_property(TARGET firelight PROPERTY WIN32_EXECUTABLE true)
265-
#endif ()
263+
if (CMAKE_BUILD_TYPE STREQUAL "Release")
264+
set_property(TARGET firelight PROPERTY WIN32_EXECUTABLE true)
265+
endif ()
266266

267267
if (MINGW)
268268
find_program(MINGW_PATH gcc)

0 commit comments

Comments
 (0)