Commit bf1e6775 authored by Ghislain MARY's avatar Ghislain MARY
Browse files

Merge branch 'fix/fix-build-with-old-versions-of-cmake' into 'bc'

Detect C language to fix build with older versions of CMake.

See merge request !2
1 merge request!2Detect C language to fix build with older versions of CMake.
Showing with 1 addition and 1 deletion
......@@ -13,7 +13,7 @@
cmake_minimum_required(VERSION 3.0)
project(SOCI VERSION 4.0.0 LANGUAGES CXX)
project(SOCI VERSION 4.0.0 LANGUAGES C CXX)
###############################################################################
# Build features and variants
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment