Add language "C" in main CMakeLists.txt, so that g++ is no more required by cmake

This commit is contained in:
Sebastien Helleu 2009-10-06 12:05:39 +02:00
parent 2bfe49d28b
commit 74fd27cc07

View File

@ -14,7 +14,7 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
PROJECT(weechat)
PROJECT(weechat C)
cmake_minimum_required(VERSION 2.4)