Details
-
Bug
-
Status: Open
-
Minor
-
Resolution: Unresolved
-
None
-
None
Description
The win_build_vs.bat script calls cpack without specifying a path, so if some other cpack exists on the PATH (e.g. chocolatey has such an executable), then it will not find the correct CMake cpack.
We should be able to find the location of cmake.exe and use the cpack.exe which is in the same directory.