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
Hi,
running CMake as described on the main page ends with error:
...
-- Detecting CXX compile features - done
-- llvm-config executable found: /usr/bin/llvm-config
-- Using Clang version 11.0.1 from /usr/lib/llvm-11/lib with CXXFLAGS -I/usr/lib/llvm-11/include -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS
-- Found LibClang: /usr/lib/llvm-11/lib/libclang.so
-- Performing Test LIBCLANG_COMPILES
-- Performing Test LIBCLANG_COMPILES - Success
-- Performing Test CXX_11_EXTENDED_REGEX_SUPPORT
-- Performing Test CXX_11_EXTENDED_REGEX_SUPPORT - Success
CMake Error at src/CMakeLists.txt:144 (include):
include could not find load file:
rct/rct.cmake
There's no such file in the checkout:
$ find -name "rct*"
./src/rct
Any hints how to proceed?
The text was updated successfully, but these errors were encountered:
Hi,
running CMake as described on the main page ends with error:
There's no such file in the checkout:
Any hints how to proceed?
The text was updated successfully, but these errors were encountered: