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

CMake command in instructions not working in my case #2

Open
zehuilu opened this issue Oct 18, 2020 · 0 comments
Open

CMake command in instructions not working in my case #2

zehuilu opened this issue Oct 18, 2020 · 0 comments

Comments

@zehuilu
Copy link

zehuilu commented Oct 18, 2020

My environment is Clang 12.0.0.0, CMake 3.18.3, macOS 10.15.7.
I found out
cmake -DORTOOLS_ROOT:STRING="{path-to-ortools-root-dir}" ..
is not working in my case. But
cmake -DORTOOLS_ROOT=<path-to-ortools-root-dir> ..
is working. Also, I set
cmake_minimum_required(VERSION 3.12)
in CMakeLists.txt to avoid the CMAKE warning for CMP0074. Maybe it helps someone else.

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

1 participant