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
Hey there,
Thanks for your software, I try to install it in Linux, but I got the error below:
cmake .. -G" Unix Makefiles" -DNO_AMPL_BINDINGS=1
CMake Deprecation Warning at CMakeLists.txt:36 (cmake_minimum_required):
Compatibility with CMake < 3.5 will be removed from a future version of
CMake.
Update the VERSION argument value or use a ... suffix to tell
CMake that the project does not need compatibility with older versions.
CMake Error at CMakeLists.txt:74 (include):
include could not find requested file:
initArchitecture
CMake Error at CMakeLists.txt:76 (include):
include could not find requested file:
setArchitecture
CMake Error at CMakeLists.txt:77 (getArchitectureFlags):
Unknown CMake command "getArchitectureFlags".
Is there bug, thankyou for your answer.
Best
Xue
The text was updated successfully, but these errors were encountered:
Hey there,
Thanks for your software, I try to install it in Linux, but I got the error below:
cmake .. -G" Unix Makefiles" -DNO_AMPL_BINDINGS=1
CMake Deprecation Warning at CMakeLists.txt:36 (cmake_minimum_required):
Compatibility with CMake < 3.5 will be removed from a future version of
CMake.
Update the VERSION argument value or use a ... suffix to tell
CMake that the project does not need compatibility with older versions.
CMake Error at CMakeLists.txt:74 (include):
include could not find requested file:
CMake Error at CMakeLists.txt:76 (include):
include could not find requested file:
CMake Error at CMakeLists.txt:77 (getArchitectureFlags):
Unknown CMake command "getArchitectureFlags".
Is there bug, thankyou for your answer.
Best
Xue
The text was updated successfully, but these errors were encountered: