This website requires JavaScript.
Explore
Help
Sign In
riscv
/
coriolis
mirror of
https://gitlab.lip6.fr/vlsi-eda/coriolis.git
Watch
1
Star
0
Fork
You've already forked coriolis
0
Code
Issues
Projects
Releases
Wiki
Activity
f2ee5ec804
coriolis
/
katabatic
/
cmake_modules
/
CMakeLists.txt
2 lines
71 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:08 -05:00
install
(
FILES
FindKATABATIC.cmake
DESTINATION
share/cmake_modules
)