You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Cannot sign RubyAPI files from top level CMakeLists
The order in which CPack does stuff is weird as hell when subdirectories are involved, but basically
It adds the install(CODE ) commands from the top level CMakeLists, which includes calling the install_codesign_script.cmake
Then it includes the specific subdirectories 's cmake_install.cmake
which means it'll try to sign something that wasn't installed (copied) yet!
0 commit comments