From fe69b9c8ac137366123f7c52c51c42a34fcfd032 Mon Sep 17 00:00:00 2001 From: Vitaly Novichkov Date: Tue, 27 Nov 2018 00:28:58 +0300 Subject: Add C++98 standard note --- CMakeLists.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 342a4c1..4770318 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -3,6 +3,9 @@ project (libADLMIDI VERSION 1.4.0 LANGUAGES C CXX) include(GNUInstallDirs) +# Prefer C++98 standard +set(CMAKE_CXX_STANDARD 98) + #=========================================================================================== # Strip garbage if(APPLE) -- cgit v1.2.3