CMakeLists.txt update

Fix issues related to spdlog version targeting
This commit is contained in:
Shay
2020-10-01 17:24:50 -06:00
parent f1620b43d3
commit 27ba6022bd
+4
View File
@@ -2,6 +2,10 @@
cmake_minimum_required(VERSION 3.16)
project(jak)
if(NOT CMAKE_BUILD_TYPE)
set(CMAKE_BUILD_TYPE "Debug")
endif()
set(CMAKE_CXX_STANDARD 14)
# Set default compile flags for GCC