Skip to content

Commit 93fd1b5

Browse files
committed
Simplify static asset handling for macOS
1 parent 9bdc3ee commit 93fd1b5

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Diff for: src/app/cmake/AppAssets.cmake

-2
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@ elseif (CMAKE_SYSTEM_NAME STREQUAL "Darwin")
1212
set(MACOSX_STATIC_ASSETS
1313
${SHARED_STATIC_ASSETS}
1414
${PROJECT_SOURCE_DIR}/src/assets/icons/icon.icns)
15-
set_source_files_properties(${MACOSX_STATIC_ASSETS}
16-
PROPERTIES MACOSX_PACKAGE_LOCATION ${CMAKE_INSTALL_DATADIR})
1715
target_sources(${NAME} PUBLIC ${MACOSX_STATIC_ASSETS})
1816
elseif (CMAKE_SYSTEM_NAME STREQUAL "Linux")
1917
target_sources(${NAME} PRIVATE ${SHARED_STATIC_ASSETS})

0 commit comments

Comments
 (0)