Minor style format correction
This commit is contained in:
parent
898b6abd1b
commit
dd6094b91c
1 changed files with 2 additions and 2 deletions
|
|
@ -1,6 +1,6 @@
|
|||
cmake_minimum_required (VERSION 3.0)
|
||||
cmake_minimum_required(VERSION 3.0)
|
||||
|
||||
project (Simple-Web-Server)
|
||||
project(Simple-Web-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}")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue