Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
openstructure
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Analyze
Contributor analytics
Repository analytics
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
schwede
openstructure
Commits
f2de64b1
Commit
f2de64b1
authored
12 years ago
by
Andreas Schenk
Browse files
Options
Downloads
Patches
Plain Diff
added libs path suffic in FindPython.cmake
parent
410afe24
Loading
Loading
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
cmake_support/FindPython.cmake
+1
-1
1 addition, 1 deletion
cmake_support/FindPython.cmake
with
1 addition
and
1 deletion
cmake_support/FindPython.cmake
+
1
−
1
View file @
f2de64b1
...
...
@@ -47,7 +47,7 @@ macro(_find_python PYTHON_ROOT VERSION)
find_library
(
PYTHON_LIBRARIES
NAMES
"python
${
_VERSION_NO_DOTS
}
"
"python
${
VERSION
}
"
HINTS
"
${
PYTHON_ROOT
}
"
PATH_SUFFIXES lib
PATH_SUFFIXES lib
libs
NO_SYSTEM_ENVIRONMENT_PATH NO_DEFAULT_PATH
)
find_path
(
PYTHON_INCLUDE_PATH
...
...
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