Tool/software: TI C/C++ Compiler
hello, sir
I used vs2013 to compile voxel sdk with instructions mentioned in https://github.com/3dtof/voxelsdk/wiki/Build-from-source-on-Windows].
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
however I checked the .cmake file and the execute_process argument given as below
if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xvoxel_devx" OR NOT CMAKE_INSTALL_COMPONENT)
execute_process(COMMAND C:/Program Files/doxygen/bin/doxygen.exe C:/Texas Instruments/voxelsdk/build/Doxyfile WORKING_DIRECTORY C:/Texas Instruments/voxelsdk/build)
endif()
if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xvoxel_devx" OR NOT CMAKE_INSTALL_COMPONENT)
file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/doc/voxel-sdk" TYPE DIRECTORY FILES "C:/Texas Instruments/voxelsdk/build/doc/html/")
endif()