From ce606256c2df29c99ab9e69d44f3f110ef895b47 Mon Sep 17 00:00:00 2001 From: Wohlstand Date: Mon, 31 Aug 2020 13:35:31 +0300 Subject: ADLMIDI2: Fixed build --- utils/adlmidi-2/CMakeLists.txt | 4 ---- 1 file changed, 4 deletions(-) (limited to 'utils') 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") -- cgit v1.2.3