Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
LidarView
LidarView-Superbuild
Commits
b9c977b8
Commit
b9c977b8
authored
Mar 30, 2021
by
Jerome Dias
Browse files
Merge branch 'fix/python2Dependency' into 'master'
Enable python3 for the whole superbuild. See merge request
!23
parents
f1d73155
95ecb0b1
Changes
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
b9c977b8
...
...
@@ -129,6 +129,9 @@ if (WIN32)
endif
()
endif
()
# Enable python 3 for the whole superbuild
set
(
ENABLE_python3 True CACHE BOOL INTERNAL
)
if
(
UNIX
)
# The following variable is used to define if python libs have to be used from the system
# directory (USE_SYSTEM_python3=True) or shipped in install dir (USE_SYSTEM_python3=False)
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment