Skip to content
Snippets Groups Projects
Commit f8aef9a0 authored by Florian Schültke's avatar Florian Schültke
Browse files

aircraft_design (schueltke): CMAKE Adaption

parent c2689076
No related branches found
No related tags found
6 merge requests!297CI-Pipeline for integration test,!263Apply 1 suggestion(s) to 1 file(s),!261Reintruduced automatic flight condition selection,!245Apply 1 suggestion(s) to 1 file(s),!233Initial open source version,!37aircraft_design (schueltke): CMAKE Adaption
...@@ -38,7 +38,7 @@ ...@@ -38,7 +38,7 @@
"toolset": "ClangCL", "toolset": "ClangCL",
"toolchainFile": "C:/dev/vcpkg/scripts/buildsystems/vcpkg.cmake", "toolchainFile": "C:/dev/vcpkg/scripts/buildsystems/vcpkg.cmake",
"cacheVariables": { "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" "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