Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
amfe
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
amfe
Commits
073c11cb
Commit
073c11cb
authored
3 years ago
by
Boman Romain
Browse files
Options
Downloads
Patches
Plain Diff
remove luc's config (not needed anymore)
parent
e4ae8749
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!7
Update docker image to ubuntu 22.04
Pipeline
#5754
passed
3 years ago
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
CMake/win64-libsVs2017Py3.cmake
+0
-11
0 additions, 11 deletions
CMake/win64-libsVs2017Py3.cmake
with
0 additions
and
11 deletions
CMake/win64-libsVs2017Py3.cmake
deleted
100644 → 0
+
0
−
11
View file @
e4ae8749
# This file is used when PFEM is compiled on Windows x64
# with Luc Papeleux's precompiled libraries
STRING
(
REGEX REPLACE
"
\\\\
"
"/"
MYLIBS $ENV{METAFORLIBS}
)
SET
(
CMAKE_GENERATOR
"Visual Studio 15 2017 Win64"
CACHE INTERNAL
""
FORCE
)
SET
(
PYTHON_INCLUDE_DIR
"
${
MYLIBS
}
/Python/include"
CACHE PATH
""
FORCE
)
SET
(
PYTHON_LIBRARY
"
${
MYLIBS
}
/Python/Libs/python37.lib"
CACHE FILEPATH
""
FORCE
)
SET
(
PYTHON_RELEASE_LIBRARY
"
${
MYLIBS
}
/Python/Libs/python37.lib"
CACHE FILEPATH
""
FORCE
)
SET
(
PYTHON_DEBUG_LIBRARY
"
${
MYLIBS
}
/Python/Libs/python37_d.lib"
CACHE FILEPATH
""
FORCE
)
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