Skip to content

Commit 50a5d8a

Browse files
authored
Merge pull request #1601 from joto/cmake-project-lang-c
CMake config: Also set C as additional language in project()
2 parents 48cb469 + a8421fd commit 50a5d8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

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

22
cmake_minimum_required(VERSION 3.5.0)
33

4-
project(osm2pgsql VERSION 1.5.1 LANGUAGES CXX)
4+
project(osm2pgsql VERSION 1.5.1 LANGUAGES CXX C)
55

66
set(CMAKE_EXPORT_COMPILE_COMMANDS ON)
77

0 commit comments

Comments
 (0)