aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVitaly Novichkov <admin@wohlnet.ru>2018-11-27 00:28:58 +0300
committerVitaly Novichkov <admin@wohlnet.ru>2018-11-27 00:28:58 +0300
commitfe69b9c8ac137366123f7c52c51c42a34fcfd032 (patch)
treef07d76557a5f9e28759e0f4810acf6fea5fd714c
parentc936e5e9157f806ac056349ad4d6a6eba2a5af0c (diff)
downloadlibADLMIDI-fe69b9c8ac137366123f7c52c51c42a34fcfd032.tar.gz
libADLMIDI-fe69b9c8ac137366123f7c52c51c42a34fcfd032.tar.bz2
libADLMIDI-fe69b9c8ac137366123f7c52c51c42a34fcfd032.zip
Add C++98 standard note
-rw-r--r--CMakeLists.txt3
1 files changed, 3 insertions, 0 deletions
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)