Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
AGULLO Emmanuel
Chameleon
Commits
530c469e
Commit
530c469e
authored
Dec 06, 2017
by
PRUVOST Florent
Browse files
fix install prefix
parent
7be89889
Changes
1
Hide whitespace changes
Inline
Side-by-side
cmake_modules/gitlab-ci-initial-cache.cmake
View file @
530c469e
set
(
CMAKE_INSTALL_PREFIX
"$PWD/install"
CACHE PATH
""
)
set
(
CMAKE_INSTALL_PREFIX
"$
ENV{
PWD
}
/install"
CACHE PATH
""
)
set
(
CMAKE_VERBOSE_MAKEFILE
"ON"
CACHE BOOL
""
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment