Author: Andreas Tille <tille@debian.org>
Last-Update: 2018-06-08
Description: helloWorld example does not properly build ... but why should we?

--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -58,8 +58,8 @@
     $<INSTALL_INTERFACE:include>)
 
 # Build binaries.
-add_executable(helloWorld apps/hello-world/helloWorld.c)
-target_link_libraries(helloWorld edlib)
+#add_executable(helloWorld apps/hello-world/helloWorld.c)
+#target_link_libraries(helloWorld edlib)
 
 include(CTest)
 if (BUILD_TESTING)
