1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-26 04:46:37 +02:00

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
+1 -1
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)