Skip to content
Snippets Groups Projects
Commit a561306b authored by Daniel Hornung's avatar Daniel Hornung
Browse files

MAINT: Reduced required CMake version to 3.13 (provided by Debian)

parent bb681fe3
No related branches found
No related tags found
1 merge request!3Better Error Handling and Logging
This commit is part of merge request !3. Comments created here will be created in the context of that merge request.
......@@ -18,7 +18,7 @@
# along with this program. If not, see <https://www.gnu.org/licenses/>.
#
cmake_minimum_required(VERSION 3.14)
cmake_minimum_required(VERSION 3.13)
set(libcaosdb_VERSION 0.0.6)
set(libcaosdb_COMPATIBLE_SERVER_VERSION_MAJOR 0)
......
# GENERAL
* >=conan-1.37.2
* >=cmake-3.14
* >=cmake-3.13
* >=gcc-10.2.0 | >=clang-11
# OPTIONAL
......
Subproject commit 4845aa8e479b85b50a130530bbc96a0cab4f8688
Subproject commit bff5455a899a69d5988366b2f4d175029a7e2362
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment