diff --git a/windows/CMakeLists.txt b/windows/CMakeLists.txt index 343d85751..9fd83acf2 100644 --- a/windows/CMakeLists.txt +++ b/windows/CMakeLists.txt @@ -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