Skip to content

Commit 2884284

Browse files
committed
Fix fixup_bundle
1 parent 36d0b6b commit 2884284

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ set_source_files_properties("${CMAKE_CURRENT_LIST_DIR}/source/wxmac.icns" PROPER
4040
if(APPLE)
4141
INSTALL(CODE
4242
"include(BundleUtilities)
43-
fixup_bundle(\"${CMAKE_INSTALL_PREFIX}/$<CONFIGURATION>/${APPNAME}.app\" \"\" \"\")
43+
fixup_bundle(\"${CMAKE_INSTALL_PREFIX}/$<CONFIGURATION>/${PROJECT_NAME}.app\" \"\" \"\")
4444
"
4545
COMPONENT Runtime
4646
)

0 commit comments

Comments
 (0)