]> www.wagner.pp.ru Git - openssl-gost/engine.git/commitdiff
Specify that project uses only C language, to avoid complaints of CMake if no C+...
authorVictor Wagner <vitus@wagner.pp.ru>
Wed, 2 Aug 2017 11:21:50 +0000 (14:21 +0300)
committerVictor Wagner <vitus@wagner.pp.ru>
Wed, 2 Aug 2017 11:21:50 +0000 (14:21 +0300)
CMakeLists.txt

index 8731dd216d208672d1dbdbeba6859a14780a27d8..72fef26583671c8da4e6344ca69a2d7a1ed2a254 100644 (file)
@@ -1,5 +1,5 @@
 cmake_minimum_required(VERSION 2.8)
-project(ccgost)
+project(ccgost C)
 
 if (CMAKE_C_COMPILER_ID MATCHES "Clang")
    message(STATUS "Using Clang and adding -Qunused-arguments flag")