Cleanup (formatting)

This commit is contained in:
Roman Shevchenko
2017-01-04 12:18:32 +01:00
parent 74f844ff37
commit 2faeece289
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -1,9 +1,9 @@
cmake_minimum_required(VERSION 3.1)
project(WinRestarter)
if (NOT WIN32)
if(NOT WIN32)
message(FATAL_ERROR "Windows only.")
endif ()
endif()
set(CMAKE_C_FLAGS_RELEASE "${CMAKE_C_FLAGS_RELEASE} /MT")
+1 -1
View File
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.1.0)
cmake_minimum_required(VERSION 3.1)
project(breakgen)
if(NOT WIN32)