summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRadek Novacek <rnovacek@redhat.com>2013-05-16 11:23:38 +0200
committerRadek Novacek <rnovacek@redhat.com>2013-05-16 11:31:52 +0200
commit9a03faddc11273bb52e10f174558df7399487f09 (patch)
treea617aca1d6a13ab1f36a25c9e37d608281684f12
parent9b425590619409663e200f9d3683ce06e282bfc2 (diff)
downloadopenlmi-providers-9a03faddc11273bb52e10f174558df7399487f09.tar.gz
openlmi-providers-9a03faddc11273bb52e10f174558df7399487f09.tar.xz
openlmi-providers-9a03faddc11273bb52e10f174558df7399487f09.zip
Set project name and dont require C++ compiler
CMake automatically search for C++ compiler, we have to specify that we're C only project.
-rw-r--r--CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index f25850e..5f4980e 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,4 +1,6 @@
+project(openlmi-providers C)
+
cmake_minimum_required(VERSION 2.6)
# Set flags and definitions