Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions windows/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -85,9 +85,9 @@ target_link_libraries(librepods-windows
PowrProf
)

# Set Windows subsystem to console for debugging, change to WINDOWS for release
# Set Windows subsystem to console for debugging, change to TRUE for release
set_target_properties(librepods-windows PROPERTIES
WIN32_EXECUTABLE TRUE
WIN32_EXECUTABLE FALSE
)

# Installation
Expand Down