cmake-basis / BASIS

CMake BASIS makes it easy to create sharable software and libraries that work together. This is accomplished by combining and documenting some of the best practices and utilities available. This project supplies a fully integrated suite of functionality to make the whole process seamless!
https://cmake-basis.github.io
Other
48 stars 10 forks source link

PROJECT_OTHER_DIRS paths must be absolute #611

Closed schuhschuh closed 7 years ago

schuhschuh commented 7 years ago

All PROJECT_*_DIRS paths must be absolute such that the EXISTS test has defined behavior.

Fix at this line. Made change in MIRTK project, just need to push upstream.

schuhschuh commented 7 years ago

Fix included in v3.3.1 release.