cmake: Fix typo

This commit is contained in:
Anton Kesy
2026-01-10 12:51:53 +01:00
committed by Ryan Foster
parent 4021c97619
commit 18ed4bc26c
2 changed files with 2 additions and 2 deletions

View File

@@ -183,7 +183,7 @@ function(set_target_properties_obs target)
COMMAND
"${CMAKE_COMMAND}" -E copy_directory "${cef_root_location}/Resources/locales"
"${OBS_OUTPUT_DIR}/$<CONFIG>/${OBS_PLUGIN_DESTINATION}/locales"
COMMENT "Add Chromium Embedded Framwork to library directory"
COMMENT "Add Chromium Embedded Framework to library directory"
)
install(

View File

@@ -69,7 +69,7 @@ set(CMAKE_XCODE_ATTRIBUTE_DEBUG_INFORMATION_FORMAT[variant=RelWithDebInfo] dwarf
set(CMAKE_XCODE_ATTRIBUTE_DEBUG_INFORMATION_FORMAT[variant=Release] dwarf-with-dsym)
set(CMAKE_XCODE_ATTRIBUTE_DEBUG_INFORMATION_FORMAT[variant=MinSizeRel] dwarf-with-dsym)
# Make all symbols hidden by default (currently overriden by CMake's compiler flags)
# Make all symbols hidden by default (currently overridden by CMake's compiler flags)
set(CMAKE_XCODE_ATTRIBUTE_GCC_SYMBOLS_PRIVATE_EXTERN YES)
set(CMAKE_XCODE_ATTRIBUTE_GCC_INLINES_ARE_PRIVATE_EXTERN YES)