From 2bde42c3f2f62f4c4dea73c0c7f09188bf42398f Mon Sep 17 00:00:00 2001 From: Austin McCartney Date: Sat, 15 Jun 2019 09:31:12 -0600 Subject: [PATCH] Corrected CMakeLists.txt comment --- include/mio/detail/CMakeLists.txt | 4 ---- 1 file changed, 4 deletions(-) diff --git a/include/mio/detail/CMakeLists.txt b/include/mio/detail/CMakeLists.txt index 56f41b4..de957ea 100644 --- a/include/mio/detail/CMakeLists.txt +++ b/include/mio/detail/CMakeLists.txt @@ -1,7 +1,3 @@ -# -# iff mio is the highest level project, include the implementation -# detail files in the source listing for CMake-generated IDE projects -# target_sources(mio-headers INTERFACE "${prefix}/mio/detail/mmap.ipp" "${prefix}/mio/detail/string_util.hpp")