From 257095c90fd3741a10aae5a927dec74c4e689b00 Mon Sep 17 00:00:00 2001 From: hagen Date: Wed, 17 Sep 2014 01:54:31 +0000 Subject: [PATCH] * fix checks for headers --- build/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build/CMakeLists.txt b/build/CMakeLists.txt index 60f91636..0dddde71 100644 --- a/build/CMakeLists.txt +++ b/build/CMakeLists.txt @@ -1,5 +1,5 @@ cmake_minimum_required ( VERSION 2.8 ) -project ( "i2pd" "CXX") +project ( "i2pd" ) # configurale options option(WITH_AESNI "Use AES-NI instructions set" OFF) @@ -117,4 +117,4 @@ endif () target_link_libraries( ${PROJECT_NAME} ${Boost_LIBRARIES} ${CRYPTO++_LIBRARIES} ${CMAKE_THREAD_LIBS_INIT} ) -install(TARGETS i2pd RUNTIME DESTINATION "bin") \ No newline at end of file +install(TARGETS i2pd RUNTIME DESTINATION "bin")