You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
with adjusted path and version numbers doesn't do the trick. However, adjusting the names and path in FindGUROBI.cmake to where these reside will. The variables don't appear to be set by -D
The text was updated successfully, but these errors were encountered:
Could you check your compilation instructions with respect to GUROBI detection. A call of
cmake
-DGUROBI_INCLUDE_DIR=/usr/local/gurobi702/linux64/include
-DGUROBI_CPP_LIB=/usr/local/gurobi702/linux64/lib/libgurobi_c++.a
-DGUROBI_LIB=/usr/local/lib/libgurobi70.so ..
with adjusted path and version numbers doesn't do the trick. However, adjusting the names and path in FindGUROBI.cmake to where these reside will. The variables don't appear to be set by -D
The text was updated successfully, but these errors were encountered: