Skip to content

Commit

Permalink
Update CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
pollend authored Feb 14, 2019
1 parent ca10234 commit 36520a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ set(CPACK_NSIS_EXECUTABLES_DIRECTORY ".")
set(CPACK_PACKAGE_EXECUTABLES "SMART" "SMART")
set(CPACK_CREATE_DESKTOP_LINKS "SMART")
set(CPACK_NSIS_MODIFY_PATH "ON")
set(CPACK_PACKAGE_ICON "${CMAKE_CURRENT_SOURCE_DIR}/icon.ico")
set(CPACK_PACKAGE_ICON "${CMAKE_SOURCE_DIR}/icon.ico")


INCLUDE(CPack)

0 comments on commit 36520a3

Please sign in to comment.