diff options
Diffstat (limited to 'gr-howto-write-a-block/CMakeLists.txt')
-rw-r--r-- | gr-howto-write-a-block/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-howto-write-a-block/CMakeLists.txt b/gr-howto-write-a-block/CMakeLists.txt index 58285ae8f..cb5a0fe2e 100644 --- a/gr-howto-write-a-block/CMakeLists.txt +++ b/gr-howto-write-a-block/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 |