Mentions légales du service
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Chameleon
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Operate
Environments
Terraform modules
Monitor
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Admin message
GitLab upgrade completed. Current version is 17.8.2.
Show more breadcrumbs
solverstack
Chameleon
Commits
c413fc12
Commit
c413fc12
authored
2 weeks ago
by
PRUVOST Florent
Browse files
Options
Downloads
Patches
Plain Diff
cmake: PREFIX_PATH path must exist
parent
d2b184f7
No related branches found
Branches containing commit
No related tags found
1 merge request
!521
Update submodules
Pipeline
#1123685
passed
2 weeks ago
Stage: pre
Stage: build
Stage: test
Stage: coverage
Stage: analyze
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
CMakeLists.txt
+1
-0
1 addition, 0 deletions
CMakeLists.txt
with
1 addition
and
0 deletions
CMakeLists.txt
+
1
−
0
View file @
c413fc12
...
...
@@ -796,6 +796,7 @@ set(BIN_INSTALL_DIR "bin/" CACHE STRING "where to install executables relative t
set
(
INC_INSTALL_DIR
"include/"
CACHE STRING
"where to install headers relative to prefix"
)
set
(
LIB_INSTALL_DIR
"lib/"
CACHE STRING
"where to install libraries relative to prefix"
)
set
(
PREFIX_PATH
""
)
if
(
CMAKE_PREFIX_PATH
)
list
(
APPEND PREFIX_PATH
${
CMAKE_PREFIX_PATH
}
)
endif
()
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment