From 314916c9f36406205c6bd7c72da4f596224a5032 Mon Sep 17 00:00:00 2001 From: Tom Rondeau Date: Tue, 20 Mar 2012 19:56:05 -0400 Subject: howto: fixed cmake project definition to include C. Fixes a problem with finding PythonLibs. --- gr-howto-write-a-block-cmake/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gr-howto-write-a-block-cmake/CMakeLists.txt') diff --git a/gr-howto-write-a-block-cmake/CMakeLists.txt b/gr-howto-write-a-block-cmake/CMakeLists.txt index 58285ae8f..cb5a0fe2e 100644 --- a/gr-howto-write-a-block-cmake/CMakeLists.txt +++ b/gr-howto-write-a-block-cmake/CMakeLists.txt @@ -22,7 +22,7 @@ # Project setup ######################################################################## cmake_minimum_required(VERSION 2.6) -project(gr-howto-write-a-block CXX) +project(gr-howto-write-a-block CXX C) enable_testing() #select the release build type by default to get optimization flags -- cgit