Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CMAKE_TOOLCHAIN_FILE AUTODETECT ISSUE #72

Open
Ozer0x777 opened this issue Nov 24, 2023 · 2 comments
Open

CMAKE_TOOLCHAIN_FILE AUTODETECT ISSUE #72

Ozer0x777 opened this issue Nov 24, 2023 · 2 comments

Comments

@Ozer0x777
Copy link

CMake Error at C:/Program Files/CMake/share/cmake-3.27/Modules/CMakeDetermineSystem.cmake:154 (message):
Could not find toolchain file:
C:/redacted/dfir-orc/external/vcpkg\scripts\buildsystems\vcpkg.cmake

If you got this issue on windows11 use -DCMAKE_TOOLCHAIN_FILE=$/dfir-orc/cmake/vcpkg.cmake

seems autodetection don"t work properly

@Ozer0x777
Copy link
Author

Aslo vscode config updated

{
"version": "1.0",
"components": [
"Microsoft.VisualStudio.Component.CoreEditor",
"Microsoft.VisualStudio.Workload.CoreEditor",
"Microsoft.VisualStudio.Component.Roslyn.Compiler",
"Microsoft.Component.MSBuild",
"Microsoft.VisualStudio.Component.TextTemplating",
"Microsoft.VisualStudio.Component.VC.CoreIde",
"Microsoft.VisualStudio.Component.Windows10SDK",
"Microsoft.Component.VC.Runtime.UCRTSDK",
"Microsoft.VisualStudio.Component.VC.Tools.x86.x64",
"Microsoft.VisualStudio.Component.Windows10SDK.19041",
"Microsoft.VisualStudio.Component.VC.Redist.14.Latest",
"Microsoft.VisualStudio.Component.VC.CMake.Project",
"Microsoft.VisualStudio.Component.VC.ATL",
"Microsoft.VisualStudio.Component.VC.v141.x86.x64",
"Microsoft.VisualStudio.Component.VC.ATL.Spectre",
"Microsoft.VisualStudio.Component.VC.Runtimes.x86.x64.Spectre",
"Microsoft.VisualStudio.Component.WinXP",
"Microsoft.VisualStudio.Component.VC.v141.x86.x64.Spectre",
"Microsoft.VisualStudio.Component.VC.v141.ATL",
"Microsoft.VisualStudio.Component.VC.v141.ATL.Spectre"
]
}

@jeanga
Copy link

jeanga commented Nov 24, 2023

Thank you for your report Ozer0x777.
We'll review and attempt repro and will get back to you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants