This website requires JavaScript.
Explore
Help
Sign In
jcarr
/
coriolis
Watch
1
Star
0
Fork
You've already forked coriolis
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
e4e552f912
coriolis
/
solstice
/
cmake_modules
/
CMakeLists.txt
2 lines
69 B
CMake
Raw
Normal View
History
Unescape
Escape
* 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.
2010-05-16 11:34:17 -05:00
install
(
FILES
FindSOLSTICE.cmake
DESTINATION
share/cmake_modules
)