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