Skip to content

Commit

Permalink
cmake: remove trailing spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
alexey-lysiuk committed Jun 18, 2024
1 parent af71222 commit c71590d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ set(LINUX_SOURCES
)

set(MACOS_SOURCES
"${SRC}/Quake/pl_osx.m"
"${SRC}/Quake/pl_osx.m"
)

if(PROJECT_QUAKESPASM OR PROJECT_SPIKED)
Expand Down Expand Up @@ -430,7 +430,7 @@ if(APPLE)
MACOSX_BUNDLE_INFO_PLIST "${SRC}/MacOSX/Info.plist"
XCODE_ATTRIBUTE_PRODUCT_BUNDLE_IDENTIFIER "net.sf.quakespasm.QuakeSpasm"
)
set_source_files_properties(${MACOS_RESOURCES} PROPERTIES
set_source_files_properties(${MACOS_RESOURCES} PROPERTIES
MACOSX_PACKAGE_LOCATION Resources
)
else()
Expand Down

0 comments on commit c71590d

Please sign in to comment.