From 62c70be0b687c0bf091712ee32ffe6498e87d980 Mon Sep 17 00:00:00 2001 From: Olivier Couet <olivier.couet@gmail.com> Date: Thu, 29 Nov 2018 16:34:09 +0100 Subject: [PATCH] Remove white spaces --- core/base/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/base/CMakeLists.txt b/core/base/CMakeLists.txt index c8967319832..14472c3f6c9 100644 --- a/core/base/CMakeLists.txt +++ b/core/base/CMakeLists.txt @@ -9,7 +9,7 @@ include_directories(${CMAKE_CURRENT_SOURCE_DIR}/res ${CMAKE_CURRENT_SOURCE_DIR}/ if(cxx14 OR cxx17 OR root7) set(Base_cxx14_dict_headers ${CMAKE_CURRENT_SOURCE_DIR}/v7/inc/ROOT/TLogger.hxx) set(Base_cxx14src ${CMAKE_CURRENT_SOURCE_DIR}/v7/src/TLogger.cxx) -# while TLogger.hxx may be used without root7 flag but placed in v7/inc/, +# while TLogger.hxx may be used without root7 flag but placed in v7/inc/, # we need to explicitly provide dirs where search for it set(install_dirs inc/ v7/inc/) endif() -- GitLab