From 889093b2ea55969e8c2920652bdf36bfa3a04cc2 Mon Sep 17 00:00:00 2001 From: neodarz Date: Wed, 7 Aug 2019 11:04:53 +0200 Subject: Remove useless comment --- CMakeLists.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index b4a15ed..964ead7 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -41,8 +41,6 @@ or endif(NOT JSONC_FOUND) -#add_executable(umosapi test.cpp) - add_executable(umosapi main.cpp config.cpp api/umosapi.cpp api/umosapi.h config.h shared.h) set_property(TARGET umosapi PROPERTY CXX_STANDARD 17) -- cgit v1.2.1