Bruno S Marques
Bruno S Marques
Added conditional verification to python executable to search for python instead of python3 on Windows. This code without this modification is searching for python as python3.exe in Windows, but in...
The find program command in CMakeLists.txt is failing to find python on Windows
A common usage in cmake to packages installed is: `find_package()` But the lib in its C version do not provide a native cmake target to the installation. I know that...
These changes will let the user call the command `find_package(libgit2)` when the library is installed, this can be use as a guarantee that the package is properly installed.
**Description** When you try to install the dxc, an error is occuring **Steps to Reproduce** build.cmd: `REM on dxc directory` `set current_dir=%cd%` `call ./utils/hct/hctstart %current_dir% %current_dir%\dependencies\dxc` `call ./utils/hct/hctbuild -Release -no-parallel...