*** Wartungsfenster jeden ersten Mittwoch vormittag im Monat ***

Skip to content
Snippets Groups Projects
Commit 06465aab authored by Hanser, Valentin's avatar Hanser, Valentin
Browse files

changed to python 3.9 version

parent 5787d486
No related branches found
No related tags found
No related merge requests found
......@@ -207,7 +207,7 @@ cmake_minimum_required(VERSION 3.16)
project(${module_name})
# Find NGSolve and Netgen using python
find_package(Python3 REQUIRED COMPONENTS Interpreter Development.Module)
find_package(Python3 3.9 REQUIRED COMPONENTS Interpreter Development.Module)
set(Netgen_DIR "" CACHE PATH "Path to directory containing NetgenConfig.cmake")
set(NGSolve_DIR "" CACHE PATH "Path to directory containing NGSolveConfig.cmake")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment