Skip to content

Commit 5a8c7f1

Browse files
authored
Merge pull request #2312 from Tropicao/enforce-c-in-cmakelist
Set project as C project in CMakeLists.txt
2 parents 708ff29 + bbfb2d7 commit 5a8c7f1

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
@@ -8,7 +8,7 @@ if(NOT CMAKE_BUILD_TYPE AND NOT CMAKE_CONFIGURATION_TYPES)
88
"MinSizeRel" "RelWithDebInfo")
99
endif()
1010

11-
project("openscap")
11+
project("openscap" C)
1212
set(OPENSCAP_VERSION_MAJOR "1")
1313
set(OPENSCAP_VERSION_MINOR "4")
1414
set(OPENSCAP_VERSION_PATCH "4")

0 commit comments

Comments
 (0)