Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
mantid
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Model registry
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review 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
mantidproject
mantid
Commits
ab1c269b
"git@code.ornl.gov:mantidproject/mantid.git" did not exist on "158137bde83ccc73d9a6d40c5f1121992b2e52c1"
Commit
ab1c269b
authored
9 years ago
by
WHITFIELDRE email
Browse files
Options
Downloads
Patches
Plain Diff
Make python versions 2.7 and 2.6 be found instead of python 3, when python 3 is the system default.
parent
17de24cf
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
CMakeLists.txt
+5
-0
5 additions, 0 deletions
CMakeLists.txt
with
5 additions
and
0 deletions
CMakeLists.txt
+
5
−
0
View file @
ab1c269b
...
...
@@ -50,6 +50,11 @@ if ( ${CMAKE_SYSTEM_NAME} MATCHES "Darwin" )
include
(
DarwinSetup
)
endif
()
###########################################################################
# Set working Python versions
###########################################################################
set
(
Python_ADDITIONAL_VERSIONS 2.7 2.6
)
###########################################################################
# Cross-platform setup
###########################################################################
...
...
This diff is collapsed.
Click to expand it.
WHITFIELDRE email
@rwp
mentioned in commit
535fe538
·
8 years ago
mentioned in commit
535fe538
mentioned in commit 535fe538f692033d4da16214f41ba5cc2d130491
Toggle commit list
WHITFIELDRE email
@rwp
Mentioned in commit
535fe538
·
8 years ago
Mentioned in commit
535fe538
Mentioned in commit 535fe538f692033d4da16214f41ba5cc2d130491
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