From 2caccb6b71d5d0e31f2a1ffa6e38814f12066924 Mon Sep 17 00:00:00 2001 From: "J.A. de Jong - Redu-Sone B.V., ASCEE V.O.F" Date: Thu, 22 Apr 2021 11:44:20 +0200 Subject: [PATCH] Fix lasp to Python3.8. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index bae4aa7..a562df0 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -67,7 +67,7 @@ endif(LASP_FLOAT STREQUAL "double") # ##################### END Cmake variables converted to a macro -set(Python_ADDITIONAL_VERSIONS "3.8 3.9") +set(Python_ADDITIONAL_VERSIONS "3.8") # #################### Setting definitions and debug-specific compilation flags # General make flags