Index: CMakeLists.txt =================================================================== diff -u -r8428484a893fcd4d6cec9f2045adfe138f8ab010 -r8514ea389887a4d513837691cc1f9ef79ab48396 --- CMakeLists.txt (.../CMakeLists.txt) (revision 8428484a893fcd4d6cec9f2045adfe138f8ab010) +++ CMakeLists.txt (.../CMakeLists.txt) (revision 8514ea389887a4d513837691cc1f9ef79ab48396) @@ -6,6 +6,7 @@ ) include(cmake/Debug.cmake) +include(cmake/PythonVenv.cmake) set(CMAKE_CXX_STANDARD 20) set(CMAKE_CXX_STANDARD_REQUIRED ON)