Skip to content

Commit beecd77

Browse files
committed
cmake: Bump minimum CMake version for generator expressions
We can't iterate over TARGET_OBJECTS for a given target so we'll instead use a generator expression to create a string with all the objcopy commands for the .o's in the target.
1 parent 098a5a8 commit beecd77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
cmake_minimum_required(VERSION 3.13)
1+
cmake_minimum_required(VERSION 3.27)
22
project(IA2Phase2)
33

44
find_package(PkgConfig REQUIRED)

0 commit comments

Comments
 (0)