From f6198fff4d4717266e658d27089df181f9bc3f6d Mon Sep 17 00:00:00 2001 From: Hugo Lima Date: Mon, 23 Nov 2009 15:32:44 -0200 Subject: Re-added the root project name, without it cmake get crazy when you try to use the icecc support. --- CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 40f06f382..c3db135ec 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,7 @@ include(icecc.cmake) # this must be the first line! +project(pysidebindings) + cmake_minimum_required(VERSION 2.6) set(CMAKE_CXX_FLAGS_RELEASE "-Wall -DNDEBUG -Os -Wl,-O1 -Wl,--hash-style=gnu -Wno-strict-aliasing -fvisibility=hidden") -- cgit v1.2.3