aboutsummaryrefslogtreecommitdiff
path: root/utils/adlmidi-2/CMakeLists.txt
diff options
context:
space:
mode:
authorWohlstand <admin@wohlnet.ru>2021-01-07 13:50:36 +0300
committerWohlstand <admin@wohlnet.ru>2021-01-07 13:50:36 +0300
commite9e0f4f45e8add289d7dbcca2d5602c48a4c6a22 (patch)
tree68a6b6bbd61ce60e5c8a2991dfbe69f9e9561bdf /utils/adlmidi-2/CMakeLists.txt
parent81d2fe6d0dcc8051b12efeef5522e54484639712 (diff)
downloadlibADLMIDI-e9e0f4f45e8add289d7dbcca2d5602c48a4c6a22.tar.gz
libADLMIDI-e9e0f4f45e8add289d7dbcca2d5602c48a4c6a22.tar.bz2
libADLMIDI-e9e0f4f45e8add289d7dbcca2d5602c48a4c6a22.zip
adlmidi2: Tune the build
Diffstat (limited to 'utils/adlmidi-2/CMakeLists.txt')
-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 71dfbb7..fb09795 100644
--- a/utils/adlmidi-2/CMakeLists.txt
+++ b/utils/adlmidi-2/CMakeLists.txt
@@ -44,10 +44,6 @@ if(HAS_TERMIOS)
target_compile_definitions(adlmidi2 PRIVATE -DHAS_TERMIOS)
endif()
-if(NOT HAS_TERMIO AND NOT HAS_TERMIOS)
- message(FATAL_ERROR "Failed to recognize the termio or termios terminal I/O type")
-endif()
-
if(ADLMIDI2_HAS_PUZZLE_GAME)
target_compile_definitions(adlmidi2 PUBLIC SUPPORT_PUZZLE_GAME)
endif()