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
I tracked this to these lines in cmake_install.cmake (generated file):
IF(NOT CMAKE_INSTALL_COMPONENT OR "${CMAKE_INSTALL_COMPONENT}" STREQUAL "Unspecified")
FILE(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/." TYPE DIRECTORY FILES "/Users/mb312/dev_trees/minc-toolkit/build/external//Users/mb312/usr/local/lib")
ENDIF(NOT CMAKE_INSTALL_COMPONENT OR "${CMAKE_INSTALL_COMPONENT}" STREQUAL "Unspecified")
I think this comes from the adding SUPERBUILD_STAGING_PREFIX to the output directory around 395. I realize I'm not sure what this is for; I added a commit to remove the use of this prefix to my pull request #6 but maybe this is not the right thing to do.
The text was updated successfully, but these errors were encountered:
I am getting an error at install time like this:
I tracked this to these lines in cmake_install.cmake (generated file):
I think this comes from the adding
SUPERBUILD_STAGING_PREFIX
to the output directory around 395. I realize I'm not sure what this is for; I added a commit to remove the use of this prefix to my pull request #6 but maybe this is not the right thing to do.The text was updated successfully, but these errors were encountered: