aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorneodarz <neodarz@neodarz.net>2019-08-07 11:04:53 +0200
committerneodarz <neodarz@neodarz.net>2019-08-07 11:04:53 +0200
commit889093b2ea55969e8c2920652bdf36bfa3a04cc2 (patch)
tree0ee22e1474ce5c7e5dd658943cef6e59d44108d2
parentbb624b6c95af53c16485c701b18c5a03a9b18fd0 (diff)
downloadumosapicpp-889093b2ea55969e8c2920652bdf36bfa3a04cc2.tar.xz
umosapicpp-889093b2ea55969e8c2920652bdf36bfa3a04cc2.zip
Remove useless comment
-rw-r--r--CMakeLists.txt2
1 files changed, 0 insertions, 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)