aboutsummaryrefslogtreecommitdiffstats
path: root/cmake/Modules/FindPython3Libs.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'cmake/Modules/FindPython3Libs.cmake')
-rw-r--r--cmake/Modules/FindPython3Libs.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/Modules/FindPython3Libs.cmake b/cmake/Modules/FindPython3Libs.cmake
index 8685e9f..20a82ba 100644
--- a/cmake/Modules/FindPython3Libs.cmake
+++ b/cmake/Modules/FindPython3Libs.cmake
@@ -27,7 +27,7 @@ INCLUDE(CMakeFindFrameworks)
# Search for the python framework on Apple.
# CMAKE_FIND_FRAMEWORKS(Python)
-FOREACH(_CURRENT_VERSION 3.2 3.1 3.0)
+FOREACH(_CURRENT_VERSION 3.4 3.3 3.2 3.1 3.0)
IF(_CURRENT_VERSION GREATER 3.1)
SET(_32FLAGS "m" "u" "mu" "dm" "du" "dmu" "")
ELSE()