aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Dickens <michael.dickens@ettus.com>2019-08-30 16:35:02 -0400
committerMartin Braun <martin.braun@ettus.com>2019-09-03 12:31:22 -0700
commitda7fe8cc2694a2935dbe110155f1ebbc55537c8a (patch)
treec3374e24dad3e49726d39bd6430fc084f02fe3b6
parent0956ed4ea9371beeda95ccec02751528a93bec74 (diff)
downloaduhd-da7fe8cc2694a2935dbe110155f1ebbc55537c8a.tar.gz
uhd-da7fe8cc2694a2935dbe110155f1ebbc55537c8a.tar.bz2
uhd-da7fe8cc2694a2935dbe110155f1ebbc55537c8a.zip
cmake: add 'project', as requested by CMake
-rw-r--r--tools/kitchen_sink/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/kitchen_sink/CMakeLists.txt b/tools/kitchen_sink/CMakeLists.txt
index dc7f5c6ef..22b5829c7 100644
--- a/tools/kitchen_sink/CMakeLists.txt
+++ b/tools/kitchen_sink/CMakeLists.txt
@@ -16,6 +16,7 @@
#
cmake_minimum_required(VERSION 2.8)
+project(kitchen_sink CXX)
###############################################################################