Skip to content

Commit

Permalink
Specify minimum required CMake version only once
Browse files Browse the repository at this point in the history
  • Loading branch information
a-andre committed Aug 8, 2022
1 parent e09b42d commit 40200e8
Show file tree
Hide file tree
Showing 9 changed files with 0 additions and 18 deletions.
2 changes: 0 additions & 2 deletions src/asn/asn1c/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
cmake_minimum_required(VERSION 3.17)

file(GLOB HDR_FILES *.h)
file(GLOB SRC_FILES *.c)

Expand Down
2 changes: 0 additions & 2 deletions src/asn/ngap/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
cmake_minimum_required(VERSION 3.17)

file(GLOB HDR_FILES *.h)
file(GLOB SRC_FILES *.c)

Expand Down
2 changes: 0 additions & 2 deletions src/asn/rrc/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
cmake_minimum_required(VERSION 3.17)

file(GLOB HDR_FILES *.h)
file(GLOB SRC_FILES *.c)

Expand Down
2 changes: 0 additions & 2 deletions src/ext/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
cmake_minimum_required(VERSION 3.17)

file(GLOB_RECURSE H_FILES *.h)
file(GLOB_RECURSE C_FILES *.c)
file(GLOB_RECURSE HDR_FILES *.hpp)
Expand Down
2 changes: 0 additions & 2 deletions src/gnb/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
cmake_minimum_required(VERSION 3.17)

file(GLOB_RECURSE HDR_FILES *.hpp)
file(GLOB_RECURSE SRC_FILES *.cpp)

Expand Down
2 changes: 0 additions & 2 deletions src/lib/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
cmake_minimum_required(VERSION 3.17)

file(GLOB_RECURSE HDR_FILES *.hpp)
file(GLOB_RECURSE SRC_FILES *.cpp)

Expand Down
2 changes: 0 additions & 2 deletions src/lib/app/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
cmake_minimum_required(VERSION 3.17)

file(GLOB HDR_FILES *.hpp)
file(GLOB SRC_FILES *.cpp)

Expand Down
2 changes: 0 additions & 2 deletions src/ue/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
cmake_minimum_required(VERSION 3.17)

file(GLOB_RECURSE HDR_FILES *.hpp)
file(GLOB_RECURSE SRC_FILES *.cpp)

Expand Down
2 changes: 0 additions & 2 deletions src/utils/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
cmake_minimum_required(VERSION 3.17)

file(GLOB_RECURSE HDR_FILES *.hpp)
file(GLOB_RECURSE SRC_FILES *.cpp)

Expand Down

0 comments on commit 40200e8

Please sign in to comment.