Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/marian-nmt/Simple-WebSocket-Server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoreidheim <eidheim@gmail.com>2020-10-26 16:28:40 +0300
committereidheim <eidheim@gmail.com>2020-10-26 16:28:40 +0300
commitfbd55d2ca41656738239eff2d258ea01bdcb2578 (patch)
tree0cc33d3d9738605cf2077c2e8cc98ae5046774e5
parent89e5677789d096374edb93aaabaf23799a7e1692 (diff)
Minor style format correction
-rw-r--r--CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 130eeab..11e11f1 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,6 +1,6 @@
-cmake_minimum_required (VERSION 3.0)
+cmake_minimum_required(VERSION 3.0)
-project (Simple-WebSocket-Server)
+project(Simple-WebSocket-Server)
option(USE_STANDALONE_ASIO "set ON to use standalone Asio instead of Boost.Asio" OFF)
if(CMAKE_SOURCE_DIR STREQUAL "${CMAKE_CURRENT_SOURCE_DIR}")