Skip to content

Commit

Permalink
#599: Add CMake 3.19 requirement for Rust PoC
Browse files Browse the repository at this point in the history
  • Loading branch information
pnoltes committed Sep 6, 2023
1 parent 88deb83 commit e3aa83a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions misc/experimental/rust/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@

option(CELIX_RUST_EXPERIMENTAL "Enable experimental rust bundle" OFF)
if (CELIX_RUST_EXPERIMENTAL AND TARGET Celix::shell_tui AND TARGET Celix::shell AND TARGET Celix::log_admin)
#Note because of FetchContent_Declare needs CMake 3.19 or higher,
#so the Apache Celix Rust PoC needs CMake 3.19 or higher
cmake_minimum_required(VERSION 3.19)

include(FetchContent)
FetchContent_Declare(
Corrosion
Expand Down

0 comments on commit e3aa83a

Please sign in to comment.