Skip to content

Commit

Permalink
Remove duplicate CODE_SIGN_IDENTITY that is setting invalid value (#1666
Browse files Browse the repository at this point in the history
)
  • Loading branch information
rh101 authored Feb 10, 2024
1 parent 5eba654 commit 7f3bf21
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cmake/Modules/AXBuildHelpers.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,6 @@ function(ax_setup_app_config app_name)
# By default, explicit disable codesign for macOS PC
set_xcode_property(${app_name} CODE_SIGN_IDENTITY "")
set_xcode_property(${app_name} CODE_SIGNING_ALLOWED "NO")
set_xcode_property(${app_name} CODE_SIGN_IDENTITY "NO")
endif()
elseif(WINDOWS)
# windows: visual studio/LLVM-clang default is Console app, but we need Windows app
Expand Down

0 comments on commit 7f3bf21

Please sign in to comment.