Commit 6078184f2243f67189388904ba29e02bc61305f2

Authored by Fabio Margarido
1 parent d71f2aab

Fix logger include path

Fix the path for logger.hpp, otherwise make install fails.

Change-Id: I50aa9667e512c4fdf6de471dc16312d9eb3dbe30
Showing 1 changed file with 1 additions and 1 deletions
CMakeLists.txt
... ... @@ -39,7 +39,7 @@ set(INC_CORE
39 39 ${INC_DIR}/redox/command.hpp)
40 40  
41 41 set(SRC_UTILS ${SRC_DIR}/utils/logger.cpp)
42   -set(INC_UTILS ${INC_DIR}/utils/logger.hpp)
  42 +set(INC_UTILS ${INC_DIR}/redox/utils/logger.hpp)
43 43  
44 44 set(INC_WRAPPER ${INC_DIR}/redox.hpp)
45 45  
... ...