diff --git a/CMakeLists.txt b/CMakeLists.txt index a3fc526..9713917 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -4,4 +4,3 @@ add_library(LogVisor lib/LogVisor.cpp include/LogVisor/LogVisor.hpp) install(DIRECTORY include/LogVisor DESTINATION include/LogVisor) -set(LOG_VISOR_INCLUDE_DIR ${CMAKE_CURRENT_SOURCE_DIR}/include CACHE PATH "LogVisor include dir" FORCE)