Skip to content

Commit

Permalink
[cmake] fixed generation of <gui-tool>_icon.rs files
Browse files Browse the repository at this point in the history
  • Loading branch information
Valo13 committed Sep 1, 2018
1 parent f824773 commit a98dd91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/cmake/AddMCRL2Binary.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ function(_add_resource_files TARGET_NAME TOOLNAME DESCRIPTION ICON SOURCE_FILES)
string(REPLACE "M" "" REVISION ${MCRL2_MINOR_VERSION})
if(NOT MCRL2_PACKAGE_RELEASE)
set(FILEFLAGS "VS_FF_PRERELEASE")
elseif()
else()
set(FILEFLAGS "VER_DBG")
endif()
set(ICOFILE ${CMAKE_SOURCE_DIR}/build/packaging/icons/${ICON}.ico)
Expand Down

0 comments on commit a98dd91

Please sign in to comment.