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
{{ message }}
This repository has been archived by the owner on Feb 8, 2024. It is now read-only.
cmake -D BUILD_TESTING=OFF -D BUILD_SHARED_LIBS=ON ..
CMake Error at CMakeLists.txt:1 (cmake_minimum_required):
CMake 3.10 or higher is required. You are running version 3.5.1
The text was updated successfully, but these errors were encountered:
TMP_DIR=$(mktemp -d -t ci-XXXXXXXXXX)
mktemp -d -t ci-XXXXXXXXXX
cd $TMP_DIR
git clone https://github.com/launchdarkly/c-server-sdk.git
Cloning into 'c-server-sdk'...
cd c-server-sdk
mkdir build && cd build
cmake -D BUILD_TESTING=OFF -D BUILD_SHARED_LIBS=ON ..
CMake Error at CMakeLists.txt:1 (cmake_minimum_required):
CMake 3.10 or higher is required. You are running version 3.5.1
The text was updated successfully, but these errors were encountered: