We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f081987 commit 61de346Copy full SHA for 61de346
src/CMakeLists.txt
@@ -111,7 +111,7 @@ OPTION(PRD_CONSOLETOOL
111
if (PRD_CONSOLETOOL)
112
### Add icon and manifest to exe using windres
113
if(WIN32 AND MINGW)
114
- set(PRD_ICON "${CURRENT_SOURCE_DIR}/icon.rc")
+ set(PRD_ICON "${CMAKE_CURRENT_SOURCE_DIR}/icon.rc")
115
endif()
116
117
add_executable(${PRDOWNLOADER}
0 commit comments