DFIR-ORC / dfir-orc

Forensics artefact collection tool for systems running Microsoft Windows
https://dfir-orc.github.io
GNU Lesser General Public License v2.1
366 stars 42 forks source link

CMAKE_TOOLCHAIN_FILE AUTODETECT ISSUE #72

Open Ozer0x777 opened 9 months ago

Ozer0x777 commented 9 months ago

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 commented 9 months ago

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 commented 9 months ago

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