From 9b79ff10d7d192f2101c1d04d4ad8f6ffb715eaf Mon Sep 17 00:00:00 2001 From: Armin Co <armin.co@hs-bochum.de> Date: Fri, 24 Apr 2020 22:43:46 +0200 Subject: [PATCH] Cleaning up the main CMakeFile.txt --- CMakeLists.txt | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index ce3339b..0a08c68 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -10,9 +10,4 @@ set(CMAKE_BUILD_TYPE Release) find_package(PkgConfig REQUIRED) -message(" - Build type is set to ${CMAKE_BUILD_TYPE}") - -add_subdirectory( - qpong -) - +add_subdirectory(qpong) -- GitLab