|
@ -4,7 +4,7 @@ |
|
|
# by defining this variable, cmake will look for dependencies first in our own repository before looking in system paths like /usr/local/ ... |
|
|
# by defining this variable, cmake will look for dependencies first in our own repository before looking in system paths like /usr/local/ ... |
|
|
# this must be set to point to the same directory as $ETH_DEPENDENCY_INSTALL_DIR in /extdep directory |
|
|
# this must be set to point to the same directory as $ETH_DEPENDENCY_INSTALL_DIR in /extdep directory |
|
|
string(TOLOWER ${CMAKE_SYSTEM_NAME} _system_name) |
|
|
string(TOLOWER ${CMAKE_SYSTEM_NAME} _system_name) |
|
|
set (CMAKE_FIND_ROOT_PATH "${CMAKE_CURRENT_SOURCE_DIR}/extdep/install/${_system_name}") |
|
|
set (CMAKE_PREFIX_PATH "${CMAKE_CURRENT_SOURCE_DIR}/extdep/install/${_system_name}") |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# Dependencies must have a version number + EXACT, to ensure reproducible builds |
|
|
# Dependencies must have a version number + EXACT, to ensure reproducible builds |
|
|