mirror of
https://github.com/nomic-ai/gpt4all.git
synced 2024-10-01 01:06:10 -04:00
3 lines
181 B
CMake
3 lines
181 B
CMake
|
function(install_sign_osx tgt)
|
||
|
install(CODE "execute_process(COMMAND codesign --options runtime --timestamp -s \"${MAC_SIGNING_IDENTITY}\" $<TARGET_FILE:${tgt}>)")
|
||
|
endfunction()
|