Skip to content

Commit 9ddd6a7

Browse files
cmake: set minimum required cmake to 3.15
1 parent 06c6896 commit 9ddd6a7

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
# See the License for the specific language governing permissions and
1717
# limitations under the License.
1818

19-
cmake_minimum_required(VERSION 3.3)
19+
cmake_minimum_required(VERSION 3.15)
2020
project(Libraries)
2121

2222
find_package(Thunder)

Source/bluetooth/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# See the License for the specific language governing permissions and
1616
# limitations under the License.
1717

18-
cmake_minimum_required(VERSION 3.3)
18+
cmake_minimum_required(VERSION 3.15)
1919

2020
find_package(Thunder)
2121
find_package(${NAMESPACE}Core REQUIRED)

Source/bluetooth/audio/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# See the License for the specific language governing permissions and
1616
# limitations under the License.
1717

18-
cmake_minimum_required(VERSION 3.3)
18+
cmake_minimum_required(VERSION 3.15)
1919

2020
find_package(Thunder)
2121
find_package(${NAMESPACE}Core REQUIRED)

Source/bluetooth/gatt/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# See the License for the specific language governing permissions and
1616
# limitations under the License.
1717

18-
cmake_minimum_required(VERSION 3.3)
18+
cmake_minimum_required(VERSION 3.15)
1919

2020
find_package(Thunder)
2121
find_package(${NAMESPACE}Core REQUIRED)

Source/broadcast/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# See the License for the specific language governing permissions and
1616
# limitations under the License.
1717

18-
cmake_minimum_required(VERSION 3.3)
18+
cmake_minimum_required(VERSION 3.15)
1919

2020
find_package(Thunder)
2121
find_package(${NAMESPACE}Core REQUIRED)

Source/compositorbuffer/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
project(CompositorBufferType LANGUAGES CXX)
1919

20-
cmake_minimum_required(VERSION 3.12)
20+
cmake_minimum_required(VERSION 3.15)
2121

2222
find_package(Thunder)
2323

0 commit comments

Comments
 (0)