From 16b492dedcc38f7858938bfdb8a86aed4b6fb73e Mon Sep 17 00:00:00 2001 From: Tobin Ehlis Date: Thu, 26 Oct 2017 13:01:28 -0600 Subject: [PATCH] layers:Kill extra whitespace in CMakeLists.txt --- layers/CMakeLists.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/layers/CMakeLists.txt b/layers/CMakeLists.txt index 7049c97..9567d71 100644 --- a/layers/CMakeLists.txt +++ b/layers/CMakeLists.txt @@ -94,8 +94,6 @@ foreach (config_file ${LAYER_JSON_FILES_NO_DEPENDENCIES}) endforeach(config_file) - - # Add targets for JSON file install on Linux. # Need to remove the "./" from the library path before installing to /etc. if(UNIX) -- 2.7.4