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
002fa55cdb
coriolis
/
knik
/
cmake_modules
/
CMakeLists.txt
2 lines
66 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:05 -05:00
install
(
FILES
FindKNIK.cmake
DESTINATION
share/cmake_modules
)