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
Hi Guys, I've tried to figure this one out with no success.
I am building a custom app with SlicerCAT.
The path on lines 75 and similarly below are missing the last bit with the version, looks like ${Slicer_VERSION} is evaluating to an empty string.
The text was updated successfully, but these errors were encountered:
I've printed all cmake variables at install time and the ones with the slicer version on it are CMAKE_PROJECT_VERSION_MAJOR and CMAKE_PROJECT_VERSION_MINOR. If those are available on a common build (not inside a custom app) it may be better to use them. I can push a patch if it is the case.
Hi Guys, I've tried to figure this one out with no success.
I am building a custom app with SlicerCAT.
The path on lines 75 and similarly below are missing the last bit with the version, looks like
${Slicer_VERSION}
is evaluating to an empty string.The text was updated successfully, but these errors were encountered: