Only enable the C compiler (no C++ compiler required).

This commit is contained in:
Jan Vidar Krey 2012-10-02 23:01:57 +02:00
parent aa21556600
commit 07da142e65
1 changed files with 2 additions and 1 deletions

View File

@ -5,7 +5,8 @@
cmake_minimum_required (VERSION 2.8.3)
project (uhub)
project (uhub NONE)
enable_language(C)
set (UHUB_VERSION_MAJOR 0)
set (UHUB_VERSION_MINOR 4)