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
$ mkdir build && cd build && cmake -DENABLE_ROARING_TESTS=ON .. && cmake --build . && ctest
-- The CXX compiler identification is Clang 14.0.0
-- The C compiler identification is Clang 14.0.0
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/c++ - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /usr/bin/cc - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- No build type selected, default to Release
CMake Error at tools/cmake/FindCTargets.cmake:7 (CPMAddPackage):
Unknown CMake command "CPMAddPackage".
Call Stack (most recent call first):
CMakeLists.txt:52 (find_package)
-- Configuring incomplete, errors occurred!
Without -DENABLE_ROARING_TESTS=ON:
$ mkdir build && cd build && cmake .. && cmake --build . && ctest
...
[100%] Built target roaring
Test project CRoaring/build
No tests were found!!!
The text was updated successfully, but these errors were encountered:
To reproduce:
Without
-DENABLE_ROARING_TESTS=ON
:The text was updated successfully, but these errors were encountered: