SparseTrack icon indicating copy to clipboard operation
SparseTrack copied to clipboard

pbcvt

Open SmallGGgg opened this issue 8 months ago • 2 comments

Thank you for a great job! I have some question about CMAKE_SOURCE_DIR, CMAKE_BINARY_DIR, cmake_progress_start,How do I change the path to cmake_progress_start?The original path is as follows: $(CMAKE_COMMAND) -E cmake_progress_start /home/algomorph/Factory/pyboostcvconverter/CMakeFiles /home/algomorph/Factory/pyboostcvconverter/CMakeFiles/progress.marks $(MAKE) -f CMakeFiles/Makefile2 all $(CMAKE_COMMAND) -E cmake_progress_start /home/algomorph/Factory/pyboostcvconverter/CMakeFiles 0

But in my pyboostcvconverter directory, I cannot find CMakeFiles,CMakeFiles/progress.marks and CMakeFiles 0. So I don't know how to replace it.

Could you tell me how to change it? Thank you very much again~

SmallGGgg avatar Jul 04 '24 03:07 SmallGGgg