From 7e231b8b2d8a60adf6953cf06b88aac3ce40e908 Mon Sep 17 00:00:00 2001 From: root Date: Sat, 18 Apr 2020 14:50:16 -0600 Subject: [PATCH] Remove newline in untouched file --- plugins/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/plugins/CMakeLists.txt b/plugins/CMakeLists.txt index 77f7aa223..a4e56921f 100644 --- a/plugins/CMakeLists.txt +++ b/plugins/CMakeLists.txt @@ -14,7 +14,6 @@ INCLUDE_DIRECTORIES( "${CMAKE_BINARY_DIR}/src" ) - # See cmake/modules/PluginList.cmake FOREACH(PLUGIN ${PLUGIN_LIST}) ADD_SUBDIRECTORY(${PLUGIN})