Skip to content

Commit

Permalink
safestringlib: cmake: do not probe for C++
Browse files Browse the repository at this point in the history
Restrict the project to C language, do not probe for C++ compiler.

Signed-off-by: Tomas Winkler <[email protected]>
  • Loading branch information
Tomas Winkler committed Oct 14, 2024
1 parent 26f1487 commit cc733db
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ include(version.cmake)
project(safestring
VERSION ${SAFEC_VERSION_STRING}
DESCRIPTION "Safe C string library"
LANGUAGES C
)

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

0 comments on commit cc733db

Please sign in to comment.