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
cmake_minimum_required (VERSION 2.8.12) in CMakeLists.txt appears to be wrong: src/clib/CMakeLists.txt uses string(APPEND ...), which was added in CMake 3.4 (see https://cmake.org/cmake/help/v3.4/command/string.html).
The text was updated successfully, but these errors were encountered:
cmake_minimum_required (VERSION 2.8.12)
inCMakeLists.txt
appears to be wrong:src/clib/CMakeLists.txt
usesstring(APPEND ...)
, which was added in CMake 3.4 (see https://cmake.org/cmake/help/v3.4/command/string.html).The text was updated successfully, but these errors were encountered: