removed unnecessary CMake cache variable

This commit is contained in:
Jack Andersen 2015-07-15 15:59:57 -10:00
parent 462971b134
commit c2bfffa6cf
1 changed files with 0 additions and 1 deletions

View File

@ -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)