diff --git a/.ci/docker/rockylinux.Dockerfile b/.ci/docker/rockylinux.Dockerfile index aa0121f..5ed30db 100644 --- a/.ci/docker/rockylinux.Dockerfile +++ b/.ci/docker/rockylinux.Dockerfile @@ -30,5 +30,6 @@ ARG cmake_args= ENV CC="$cc" CXX="$cxx" CMAKE_GENERATOR="Ninja" CMAKE_EXPORT_COMPILE_COMMANDS=on RUN cmake -B build -S . "$cmake_args" RUN cmake --build build --verbose -RUN DESTDIR=build/staging cmake --install build --prefix /opt/beman/example --component libbeman_example-dev -RUN find build/staging -type f +RUN cmake --install build --prefix /opt/Beman.Example +RUN find /opt/Beman.Example -type f + diff --git a/.ci/docker/ubuntu.Dockerfile b/.ci/docker/ubuntu.Dockerfile index 9f7a591..7a8331e 100644 --- a/.ci/docker/ubuntu.Dockerfile +++ b/.ci/docker/ubuntu.Dockerfile @@ -29,5 +29,5 @@ RUN sysctl vm.mmap_rnd_bits=28 ENV CC="$cc" CXX="$cxx" CMAKE_GENERATOR="Ninja" CMAKE_EXPORT_COMPILE_COMMANDS=on RUN cmake -B build -S . "$cmake_args" RUN cmake --build build --verbose -RUN DESTDIR=build/staging cmake --install build --prefix /opt/beman/example --component libbeman_example-dev -RUN find build/staging -type f +RUN cmake --install build --prefix /opt/Beman.Example +RUN find /opt/Beman.Example -type f diff --git a/CMakeLists.txt b/CMakeLists.txt index 3e19345..bfbaddb 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,6 @@ # SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception +# TODO Darius: Find CMake minimum required version. cmake_minimum_required(VERSION 3.23) project(