Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
ParaView-Superbuild
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD 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
ParaView
ParaView-Superbuild
Commits
f8ff9ae6
Commit
f8ff9ae6
authored
4 years ago
by
Ben Boeckel
Browse files
Options
Downloads
Patches
Plain Diff
win32: look in library_paths for Python modules too
Any Python modules needing Qt will need this.
parent
8fbd03b9
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!788
win32: look in library_paths for Python modules too
Pipeline
#196511
waiting for manual action
Stage: build
Stage: test
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
projects/win32/paraview.bundle.cmake
+1
-0
1 addition, 0 deletions
projects/win32/paraview.bundle.cmake
with
1 addition
and
0 deletions
projects/win32/paraview.bundle.cmake
+
1
−
0
View file @
f8ff9ae6
...
...
@@ -156,6 +156,7 @@ if (python_enabled)
"
${
superbuild_install_location
}
/bin"
"
${
superbuild_install_location
}
/Python"
"
${
superbuild_install_location
}
/Python/Lib/site-packages/pywin32_system32"
${
library_paths
}
EXCLUDE_REGEXES
${
exclude_regexes
}
)
...
...
This diff is collapsed.
Click to expand it.
Ben Boeckel
@ben.boeckel
mentioned in commit
f0d8d6d9
·
4 years ago
mentioned in commit
f0d8d6d9
mentioned in commit f0d8d6d9267197e8730d00378c32b1dd2bbc6813
Toggle commit list
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