From 5a90c96615df18d745299c859df710dfbd5569b6 Mon Sep 17 00:00:00 2001 From: Furkan Mudanyali Date: Sun, 28 May 2023 00:30:20 +0300 Subject: [PATCH] whoops lmao --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 176e2c4..3accde9 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -123,7 +123,7 @@ TARGET_LINK_LIBRARIES(HomdEngine # under macOS, we need to replace its signature to allow profiling. IF(APPLE AND CMAKE_BUILD_TYPE STREQUAL "Debug") ADD_CUSTOM_COMMAND( - TARGET GlandMiner POST_BUILD + TARGET HomdEngine POST_BUILD COMMAND /usr/bin/codesign -s - --entitlements ${CMAKE_SOURCE_DIR}/debug.entitlements -f ${CMAKE_CURRENT_BINARY_DIR}/HomdEngine