diff options
| author | th-2021 <90853655+th-2021@users.noreply.github.com> | 2022-10-04 01:13:29 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-10-04 01:13:29 +0200 |
| commit | f1070a2e74716b3e475fc4e78a7edf3f7dac0aa2 (patch) | |
| tree | 3b775cadea2814a2b723a6f154b961bf02b93808 /CMake | |
| parent | 02c0caff4fff3ab922e844ccd0fb875f163df2d7 (diff) | |
set version in build.c from CmakeLists.txt version info (#1678)
Diffstat (limited to 'CMake')
| -rw-r--r-- | CMake/Packaging-2.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMake/Packaging-2.cmake b/CMake/Packaging-2.cmake index 2e1183190..c6e501c73 100644 --- a/CMake/Packaging-2.cmake +++ b/CMake/Packaging-2.cmake @@ -22,7 +22,7 @@ endif() if (CPACK_GENERATOR MATCHES "Bundle") set(CPACK_BUNDLE_NAME "soh") - set(CPACK_BUNDLE_PLIST "../soh/macosx/Info.plist") + set(CPACK_BUNDLE_PLIST "macosx/Info.plist") set(CPACK_BUNDLE_ICON "macosx/soh.icns") set(CPACK_BUNDLE_STARTUP_COMMAND "../soh/macosx/soh-macos.sh") set(CPACK_BUNDLE_APPLE_CERT_APP "-") |
