* All tools:
- Change: In the CMakeLists.txt, in all the install commands remove all the leading "/" as they prevents the CMAKE_INSTALL_PREFIX to be took into account. It was nevertheless working because buildCoriolis.py was using DESTDIR which is prepended anyway. * ./goodies: - Change: In buildCoriolis.py, no longer uses the DESTDIR but instead CMAKE_INSTALL_PREFIX.
This commit is contained in:
parent
53e9b7154d
commit
7e42a2b958
|
@ -27,5 +27,5 @@
|
|||
${LEFDEF_LIBRARIES}
|
||||
${QT_LIBRARIES}
|
||||
${Boost_LIBRARIES} )
|
||||
install ( TARGETS ispd DESTINATION /bin )
|
||||
install ( TARGETS ispd DESTINATION bin )
|
||||
|
||||
|
|
Loading…
Reference in New Issue