mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 21:43:03 +02:00
Corrected typo.
This commit is contained in:
parent
840f3a3a2e
commit
718eed8d5b
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
macro(TARGET_PYTHON)
|
macro(TARGET_PYTHON)
|
||||||
if (NOT HIFI_PYTHON_EXEC)
|
if (NOT HIFI_PYTHON_EXEC)
|
||||||
# Find the python interpreter
|
# Find the python interpreter
|
||||||
if (CAME_VERSION VERSION_LESS 3.12)
|
if (CMAKE_VERSION VERSION_LESS 3.12)
|
||||||
# this logic is deprecated in CMake after 3.12
|
# this logic is deprecated in CMake after 3.12
|
||||||
# FIXME eventually we should make 3.12 the min cmake verion and just use the Python3 find_package path
|
# FIXME eventually we should make 3.12 the min cmake verion and just use the Python3 find_package path
|
||||||
set(Python_ADDITIONAL_VERSIONS 3)
|
set(Python_ADDITIONAL_VERSIONS 3)
|
||||||
|
|
Loading…
Reference in a new issue