Skip to content

Commit

Permalink
Fixes for finding png crush executable
Browse files Browse the repository at this point in the history
  • Loading branch information
colincornaby committed Sep 11, 2023
1 parent ad85620 commit 84de707
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/Plasma/Apps/plClient/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ cmake_dependent_option(RESOURCE_BRUTE "Allow pngcrush brute-force optimization"
if(PLASMA_BUILD_RESOURCE_DAT)
set(external_DAT "${CMAKE_CURRENT_BINARY_DIR}/resource.dat")
if(RESOURCE_OPTIMIZE)
string(APPEND OPTIMIZE_ARGUMENT "--pngcrush \"${PNGCRUSH_EXECUTABLE}\" ")
string(APPEND OPTIMIZE_ARGUMENT "--pngcrush=\"${PNGCRUSH_EXECUTABLE}\" ")
endif()
if(RESOURCE_BRUTE)
string(APPEND OPTIMIZE_ARGUMENT "--brute ")
Expand Down

0 comments on commit 84de707

Please sign in to comment.