Documentation on Getting started with C++ is wrong/outdated. #3723
Labels
Doc: Optimization Site
Issue related to https://developers.google.com/optimization/ or Documentation in general
Milestone
What version of OR-Tools and what language are you using?
Version: or-tools_x86_64_Ubuntu-22.04_cpp_v9.6.2534
Language: C++
Which solver are you using (e.g. CP-SAT, Routing Solver, GLOP, BOP, Gurobi)
CP-SAT
What operating system (Linux, Windows, ...) and version?
Ubuntu-22.04
What did you do?
Steps to reproduce the behavior:
../program.cc
make run SOURCE=../program.cc
as said on the above pagemake: *** No rule to make target 'examples/program/CMakeLists.txt', needed by 'build'. Stop.
Tried creating a CMakeList.txt file beside the program.cc
Still the same error
make: *** No rule to make target 'examples/program/CMakeLists.txt', needed by 'build'. Stop.
Moved the directory to the examples directory and ran it again and it worked now
I think
Please do let me know if I am missing anything
The text was updated successfully, but these errors were encountered: