Skip to content

Commit

Permalink
Fix cmake_minimum_required
Browse files Browse the repository at this point in the history
Using add_library with sources for interface libraries has been added in CMake 3.19
  • Loading branch information
JonasVautherin authored and bkueng committed Aug 16, 2024
1 parent 9474657 commit ce60064
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/cpp/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.5)
cmake_minimum_required(VERSION 3.19)

if (POLICY CMP0048)
cmake_policy(SET CMP0048 NEW)
Expand Down

0 comments on commit ce60064

Please sign in to comment.