Skip to content

Commit e99c03c

Browse files
Tomas Winklertomasbw
Tomas Winkler
authored andcommitted
safestringlib: cmake: do not probe for C++
Restrict the project to C language, do not probe for C++ compiler. Signed-off-by: Tomas Winkler <[email protected]>
1 parent d9bc8fd commit e99c03c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CMakeLists.txt

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ include(version.cmake)
77
project(safestring
88
VERSION ${SAFEC_VERSION_STRING}
99
DESCRIPTION "Safe C string library"
10+
LANGUAGES C
1011
)
1112

1213
option(BUILD_UNITTESTS "Build also project unit-tests" OFF)

0 commit comments

Comments
 (0)