aboutsummaryrefslogtreecommitdiff
path: root/utils/adlmidi-2
diff options
context:
space:
mode:
authorWohlstand <admin@wohlnet.ru>2020-08-31 13:35:31 +0300
committerWohlstand <admin@wohlnet.ru>2020-08-31 13:35:31 +0300
commitce606256c2df29c99ab9e69d44f3f110ef895b47 (patch)
treee266f694c7559f9c66f334700eb3c7ee41940f04 /utils/adlmidi-2
parentca3e339a4036f3c2fdf8407b0a1d122a9a2f8d2e (diff)
downloadlibADLMIDI-ce606256c2df29c99ab9e69d44f3f110ef895b47.tar.gz
libADLMIDI-ce606256c2df29c99ab9e69d44f3f110ef895b47.tar.bz2
libADLMIDI-ce606256c2df29c99ab9e69d44f3f110ef895b47.zip
ADLMIDI2: Fixed build
Diffstat (limited to 'utils/adlmidi-2')
-rw-r--r--utils/adlmidi-2/CMakeLists.txt4
1 files changed, 0 insertions, 4 deletions
diff --git a/utils/adlmidi-2/CMakeLists.txt b/utils/adlmidi-2/CMakeLists.txt
index 0906fa8..1809000 100644
--- a/utils/adlmidi-2/CMakeLists.txt
+++ b/utils/adlmidi-2/CMakeLists.txt
@@ -53,10 +53,6 @@ elseif(NOT ADLMIDI_DOS)
target_link_libraries(adlmidi2 PRIVATE pthread m)
endif()
-if(NOT WITH_CPP_EXTRAS)
- message(FATAL_ERROR "ADLMIDI2 Requires C++ Extras. Please enable WITH_CPP_EXTRAS option!")
-endif()
-
if(MSVC)
message("Turned on C++11 on MSVC")
target_compile_options(adlmidi2 PUBLIC "/std:c++latest")