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
f28298c0c4
coriolis
/
hurricane
/
cmake_modules
/
CMakeLists.txt
3 lines
107 B
CMake
Raw
Normal View
History
Unescape
Escape
Moved to Coriolis.
2008-09-23 10:13:39 -05:00
install
(
FILES
FindHURRICANE.cmake
FindBISON.cmake
FindFLEX.cmake
* 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:33:58 -05:00
D
E
S
T
I
N
A
T
I
O
N
s
h
a
r
e
/
c
m
a
k
e
_
m
o
d
u
l
e
s
)