1
0
mirror of https://github.com/VCMP-SqMod/SqMod.git synced 2025-08-04 07:01:46 +02:00

Miscellaneous changes.

This commit is contained in:
Sandu Liviu Catalin
2020-04-17 15:25:58 +03:00
parent 603d358e5f
commit 040a7dd7e2
3 changed files with 4 additions and 4 deletions

View File

@@ -12,7 +12,7 @@ option(ENABLE_MYSQL "Enable the MySQL library." OFF)
# Default to c++14 standard
if(CMAKE_VERSION VERSION_LESS "3.1")
if (CMAKE_CXX_COMPILER_ID STREQUAL "GNU")
set (CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++14")
set (CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++14")
endif()
else()
# Apparently the above does not work with cmake from on debian 8