Skip to content
Snippets Groups Projects
Commit 9802ff53 authored by Kristina Mazur's avatar Kristina Mazur
Browse files

Merge branch 'fix/python_executable_path_windows' into 'develop'

libraries (schueltke): CMAKE Adaption

See merge request !10
parents 3ab51942 9ae5adb5
Branches
Tags
3 merge requests!41[FEATURE] PyAvlPackage and PyAvlUnicadoPackage,!38Initial open source version,!10libraries (schueltke): CMAKE Adaption
......@@ -38,7 +38,7 @@
"toolset": "ClangCL",
"toolchainFile": "C:/dev/vcpkg/scripts/buildsystems/vcpkg.cmake",
"cacheVariables": {
"Python_EXECUTABLE": {"type": "FILEPATH", "value": "$env{HOMEPATH}/AppData/Local/Programs/Python/Python311/python.exe"},
"Python_EXECUTABLE": {"type": "FILEPATH", "value": "$ENV{HOMEDRIVE}$ENV{HOMEPATH}/AppData/Local/Programs/Python/Python311/python.exe"},
"CMAKE_CXX_FLAGS": "/permissive- /EHsc"
}
},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment