Reduced initial daybreak ping, some work on what needs to be done to support the first major patch (very little), CMakeLists.txt changes

This commit is contained in:
KimLS
2016-09-11 18:35:37 -07:00
parent 8a73f50601
commit b50c85d086
9 changed files with 5041 additions and 138 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
message(STATUS "CMake version: ${CMAKE_VERSION}")
cmake_minimum_required(VERSION 2.8.12)
cmake_minimum_required(VERSION 2.8)
# Determine if fmt is built as a subproject (using add_subdirectory)
# or if it is the master project.