Skip to content
Snippets Groups Projects
Commit 2031253a authored by Joseph Walton-Rivers's avatar Joseph Walton-Rivers
Browse files

ensure cmake is installed

parent 7f41e914
No related branches found
No related tags found
No related merge requests found
......@@ -41,7 +41,7 @@ build:debian:
image: debian:stable
stage: build
before_script:
- apt update && apt install -y build-essential python3-pip
- apt update && apt install -y build-essential python3-pip cmake
- pip install conan
script:
- cmake -S . -B build -DCMAKE_BUILD_TYPE=Debug
......
......@@ -17,7 +17,7 @@ if (CMAKE_PROJECT_NAME STREQUAL PROJECT_NAME)
if ( FGGL_CONAN )
set(CMAKE_MODULE_PATH ${CMAKE_BINARY_DIR} ${CMAKE_MODULE_PATH})
set(CMAKE_PREFIX_PATH ${CMAKE_BINARY_DIR} ${CMAKE_PREFIX_PATH})
include( cmake/conan.cmake )
include( ${CMAKE_CURRENT_SOURCE_DIR}/cmake/conan.cmake )
conan_cmake_configure(
REQUIRES
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment