Skip to content

Commit

Permalink
Merge pull request #38 from tpetazzoni/cpp-not-needed
Browse files Browse the repository at this point in the history
CMakeLists.txt: libcgi is in C

libcgi wants CMake 2.8.8 as minimal version and https://cmake.org/cmake/help/v2.8.8/cmake.html#command:project mentions this option. I tested the build rouhgly on my netbook. Looks fine.
  • Loading branch information
LeSpocky committed Sep 3, 2017
2 parents 56e2e5d + 043f7a4 commit d7cf836
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -3,7 +3,7 @@
#
cmake_minimum_required(VERSION 2.8.8)

project(cgi)
project(cgi C)
string(TOUPPER ${PROJECT_NAME} PROJECT_NAME_UC)
string(TOLOWER ${PROJECT_NAME} PROJECT_NAME_LC)
set(LIBPREFIX ${PROJECT_NAME})
Expand Down

0 comments on commit d7cf836

Please sign in to comment.