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
Show more breadcrumbs
solverstack
Chameleon
Commits
7ce821e0
Commit
7ce821e0
authored
10 years ago
by
PRUVOST Florent
Browse files
Options
Downloads
Patches
Plain Diff
improve message about install prefix
parent
9366d252
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
CMakeLists.txt
+2
-2
2 additions, 2 deletions
CMakeLists.txt
with
2 additions
and
2 deletions
CMakeLists.txt
+
2
−
2
View file @
7ce821e0
...
@@ -862,8 +862,8 @@ get_directory_property( CHAMELEON_DEFINITIONS_LIST DIRECTORY ${CMAKE_SOURCE_DIR}
...
@@ -862,8 +862,8 @@ get_directory_property( CHAMELEON_DEFINITIONS_LIST DIRECTORY ${CMAKE_SOURCE_DIR}
include
(
PrintOpts
)
include
(
PrintOpts
)
if
(
${
CMAKE_INSTALL_PREFIX
}
STREQUAL
"/usr/local"
OR
${
CMAKE_INSTALL_PREFIX
}
STREQUAL
"C:/Program Files"
)
if
(
${
CMAKE_INSTALL_PREFIX
}
STREQUAL
"/usr/local"
OR
${
CMAKE_INSTALL_PREFIX
}
STREQUAL
"C:/Program Files"
)
message
(
WARNING
"
Your CMAKE_INSTALL_PREFIX is
${
CMAKE_INSTALL_PREFIX
}
which is a default system path."
message
(
"--
${
Yellow
}
Your CMAKE_INSTALL_PREFIX is
${
CMAKE_INSTALL_PREFIX
}
which is a default system path."
"You may want to change it: set the CMAKE_INSTALL_PREFIX variable"
)
"You may want to change it: set the CMAKE_INSTALL_PREFIX variable
to do so.
${
ColourReset
}
"
)
endif
()
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