Skip to content

Commit 61de346

Browse files
committed
fix path
1 parent f081987 commit 61de346

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ OPTION(PRD_CONSOLETOOL
111111
if (PRD_CONSOLETOOL)
112112
### Add icon and manifest to exe using windres
113113
if(WIN32 AND MINGW)
114-
set(PRD_ICON "${CURRENT_SOURCE_DIR}/icon.rc")
114+
set(PRD_ICON "${CMAKE_CURRENT_SOURCE_DIR}/icon.rc")
115115
endif()
116116

117117
add_executable(${PRDOWNLOADER}

0 commit comments

Comments
 (0)