* <All Tools>/CMakeLists.txt:
- Bug: During the packaging stage, DESTDIR must be appended to the pathes prepended to CMAKE_MODULE_PATH.
This commit is contained in:
parent
7125c1c24f
commit
7108bc716b
|
@ -2,7 +2,7 @@
|
|||
project(CUMULUS)
|
||||
|
||||
cmake_minimum_required(VERSION 2.4.0)
|
||||
list(INSERT CMAKE_MODULE_PATH 0 "$ENV{BOOTSTRAP_TOP}/share/cmake/Modules/")
|
||||
list(INSERT CMAKE_MODULE_PATH 0 "${DESTDIR}/$ENV{BOOTSTRAP_TOP}/share/cmake/Modules/")
|
||||
find_package(Bootstrap REQUIRED)
|
||||
setup_project_paths(VLSISAPD)
|
||||
setup_project_paths(CORIOLIS)
|
||||
|
|
Loading…
Reference in New Issue