Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
BC
public
external
soci
Commits
bf1e6775
Commit
bf1e6775
authored
6 years ago
by
Ghislain MARY
Browse files
Options
Download
Plain Diff
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
parents
e36633b8
de85c87d
bc
bc_sqlite_vfs
feature/uwp_nuget
release/4.2
1 merge request
!2
Detect C language to fix build with older versions of CMake.
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
CMakeLists.txt
+1
-1
CMakeLists.txt
with
1 addition
and
1 deletion
CMakeLists.txt
+
1
−
1
View file @
bf1e6775
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets