Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
waves
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Aerospace and Mechanical Engineering
waves
Commits
710dc1dd
Commit
710dc1dd
authored
3 years ago
by
Boman Romain
Browse files
Options
Downloads
Patches
Plain Diff
fix release+debug build on windows
parent
01253ac8
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!71
Fix release+debug build on windows
Pipeline
#5749
passed
3 years ago
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
CMakeLists.txt
+1
-0
1 addition, 0 deletions
CMakeLists.txt
ext/amfe
+1
-1
1 addition, 1 deletion
ext/amfe
with
2 additions
and
1 deletion
CMakeLists.txt
+
1
−
0
View file @
710dc1dd
...
...
@@ -141,6 +141,7 @@ ENABLE_TESTING()
# -- INSTALL
IF
(
CMAKE_INSTALL_PREFIX_INITIALIZED_TO_DEFAULT
)
EXECUTE_PROCESS
(
COMMAND
${
PYTHON_EXECUTABLE
}
-m site --user-site OUTPUT_VARIABLE PY_SITE OUTPUT_STRIP_TRAILING_WHITESPACE
)
STRING
(
REGEX REPLACE
"
\\\\
"
"/"
PY_SITE
${
PY_SITE
}
)
SET
(
CMAKE_INSTALL_PREFIX
"
${
PY_SITE
}
/waves"
CACHE STRING
"Install location"
FORCE
)
SET
(
CMAKE_INSTALL_PREFIX_INITIALIZED_TO_DEFAULT FALSE
)
ENDIF
()
...
...
This diff is collapsed.
Click to expand it.
amfe
@
e4ae8749
Compare
af19f7ab
...
e4ae8749
Subproject commit
af19f7ab513ac3cb26b356b815abc71494a193a9
Subproject commit
e4ae874992b92b2fb683d96833b714ddebff149b
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