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

INSTALL_RPATH must be semicolon separated list #559

Closed schuhschuh closed 8 years ago

schuhschuh commented 8 years ago

Issue by schuhschuh Tuesday Mar 22, 2016 at 19:43 GMT Originally opened as https://github.com/cmake-basis/legacy/issues/559


The basis_set_target_install_rpath function sets the INSTALL_RPATH to a colon separated list instead of a semicolon separated list.