Hello,
I have a custom application which built and ran fine on 5.4.x. After upgrading the dependencies to 5.6.2 and the latest versions of the plugins which I use, the build fails with
CMake Error at CMake/SlicerMacroBuildApplication.cmake:66 (message):
error: Variable DESCRIPTION_FILE set to
/home/darabi/wrk/medical/3d/myapp/build/slicersources-src/README.txt
corresponds to an nonexistent file.
Call Stack (most recent call first):
/home/darabi/wrk/medical/3d/myapp/MyApp/Applications/MyAppApp/CMakeLists.txt:57 (slicerMacroBuildAppLibrary)
-- Configuring incomplete, errors occurred!
See also "/home/darabi/wrk/medical/3d/myapp/cpbuild/Slicer-build/CMakeFiles/CMakeOutput.log".
See also "/home/darabi/wrk/medical/3d/myapp/cpbuild/Slicer-build/CMakeFiles/CMakeError.log".
make[2]: *** [slicersources-build/CMakeFiles/Slicer.dir/build.make:123: slicersources-build/Slicer-prefix/src/Slicer-stamp/Slicer-configure] Error 1
make[1]: *** [CMakeFiles/Makefile2:1346: slicersources-build/CMakeFiles/Slicer.dir/all] Error 2
make: *** [Makefile:91: all] Error 2
I probably need to configure something in addition?
Thank you for your help
Kambiz