3dtof/voxelsdk

CPack fails with whitespace in directory name

Closed this issue · 1 comments

CPack fails if the build directory has a whitespace in the name. Error log:

CMake Error at C:/Texas Instruments/voxelsdk/build/cmake_install.cmake:36 (execute_process):
26> execute_process given unknown argument "Instruments/voxelsdk/build".
26>
26>
26> CMake Error at C:/Texas Instruments/voxelsdk/build/cmake_install.cmake:40 (file):
26> file INSTALL cannot find "C:/Texas Instruments/voxelsdk/build/doc/html".
26>
26>
26>EXEC : CPack error : Error when generating package: Voxel SDK

Fixed using db85629