Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
cmake_minimum_required(VERSION 3.24)
# 3.22 is Ubuntu 22.04 LTS's stock cmake. Nothing here uses a 3.23+ feature --
# no FILE_SET, no cmake_path, no TARGET_RUNTIME_DLLS, no CMP0135-dependent
# FetchContent URL handling -- so the higher floor only excluded the current LTS.
cmake_minimum_required(VERSION 3.22)
project(MuTap VERSION 0.1.0 LANGUAGES C CXX)

# ------------------------------------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion submodules/dsptap
Submodule dsptap updated 1 files
+3 −1 CMakeLists.txt
Loading