whoops lmao
This commit is contained in:
parent
0ac7d6e7aa
commit
5a90c96615
@ -123,7 +123,7 @@ TARGET_LINK_LIBRARIES(HomdEngine
|
|||||||
# under macOS, we need to replace its signature to allow profiling.
|
# under macOS, we need to replace its signature to allow profiling.
|
||||||
IF(APPLE AND CMAKE_BUILD_TYPE STREQUAL "Debug")
|
IF(APPLE AND CMAKE_BUILD_TYPE STREQUAL "Debug")
|
||||||
ADD_CUSTOM_COMMAND(
|
ADD_CUSTOM_COMMAND(
|
||||||
TARGET GlandMiner POST_BUILD
|
TARGET HomdEngine POST_BUILD
|
||||||
COMMAND /usr/bin/codesign -s -
|
COMMAND /usr/bin/codesign -s -
|
||||||
--entitlements ${CMAKE_SOURCE_DIR}/debug.entitlements
|
--entitlements ${CMAKE_SOURCE_DIR}/debug.entitlements
|
||||||
-f ${CMAKE_CURRENT_BINARY_DIR}/HomdEngine
|
-f ${CMAKE_CURRENT_BINARY_DIR}/HomdEngine
|
||||||
|
Reference in New Issue
Block a user