Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pbcvt #32

Open
SmallGGgg opened this issue Jul 4, 2024 · 2 comments
Open

pbcvt #32

SmallGGgg opened this issue Jul 4, 2024 · 2 comments

Comments

@SmallGGgg
Copy link

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~

@yuzhuhua
Copy link

CMAKE_SOURCE_DIR = C:/Users/15156/Desktop/pyboostcvconverter-master

CMAKE_BINARY_DIR = C:/Users/15156/Desktop/pyboostcvconverter-master/build

all: cmake_check_build_system
$(CMAKE_COMMAND) -E cmake_progress_start C:/Users/15156/Desktop/pyboostcvconverter-master/build/CMakeFiles C:/Users/15156/Desktop/pyboostcvconverter-master/build/CMakeFiles/progress.marks
$(MAKE) -f CMakeFiles/Makefile2 all
$(CMAKE_COMMAND) -E cmake_progress_start C:/Users/15156/Desktop/pyboostcvconverter-master/build/CMakeFiles 0
.PHONY : all

@yuzhuhua
Copy link

Create a build folder yourself

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants