mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-03 04:40:18 -05:00
b55152e7ad
Test that CMake works without its bundled dependencies. For some dependencies, test using the minimum supported version.
6 lines
142 B
Bash
6 lines
142 B
Bash
.gitlab/ci/extdeps-linux.sh
|
|
|
|
export CMAKE_PREFIX_PATH=/opt/extdeps
|
|
export PATH=/opt/extdeps/bin:$PATH
|
|
export LD_LIBRARY_PATH=/opt/extdeps/lib
|