Cleanup cryptopp headers path search

This commit is contained in:
Mikhail Titov 2015-06-10 01:12:43 -05:00
parent 44768e92ad
commit ba2b792916
2 changed files with 6 additions and 9 deletions

View file

@ -195,7 +195,7 @@ if (NOT ${MINIUPNPC_FOUND})
endif()
# load includes
include_directories( ${Boost_INCLUDE_DIRS} ${CRYPTO++_INCLUDE_DIR} "${CMAKE_SOURCE_DIR}/..")
include_directories( ${Boost_INCLUDE_DIRS} ${CRYPTO++_INCLUDE_DIR} )
# show summary
message(STATUS "---------------------------------------")