diff options
author | neodarz <neodarz@neodarz.net> | 2019-08-07 11:04:53 +0200 |
---|---|---|
committer | neodarz <neodarz@neodarz.net> | 2019-08-07 11:04:53 +0200 |
commit | 889093b2ea55969e8c2920652bdf36bfa3a04cc2 (patch) | |
tree | 0ee22e1474ce5c7e5dd658943cef6e59d44108d2 /CMakeLists.txt | |
parent | bb624b6c95af53c16485c701b18c5a03a9b18fd0 (diff) | |
download | umosapicpp-889093b2ea55969e8c2920652bdf36bfa3a04cc2.tar.xz umosapicpp-889093b2ea55969e8c2920652bdf36bfa3a04cc2.zip |
Remove useless comment
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
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) |