mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-27 19:27:49 +02:00
Cleanup cryptopp headers path search
This commit is contained in:
parent
44768e92ad
commit
ba2b792916
2 changed files with 6 additions and 9 deletions
|
@ -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 "---------------------------------------")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue