mirror of
https://github.com/dankamongmen/notcurses
synced 2025-03-09 17:19:03 -04:00
[CMake] remove duplicated cmake_minimum_required()
This commit is contained in:
parent
2c89553437
commit
089bea99b6
@ -45,8 +45,6 @@ elseif(NOT ${USE_MULTIMEDIA} STREQUAL "none")
|
|||||||
message(FATAL_ERROR "USE_MULTIMEDIA must be one of 'oiio', 'ffmpeg', 'none' (was '${USE_MULTIMEDIA}').")
|
message(FATAL_ERROR "USE_MULTIMEDIA must be one of 'oiio', 'ffmpeg', 'none' (was '${USE_MULTIMEDIA}').")
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
# 3.14.0 introduced NAME_WLE
|
|
||||||
cmake_minimum_required(VERSION 3.14.0)
|
|
||||||
if(${USE_CPP})
|
if(${USE_CPP})
|
||||||
enable_language(CXX)
|
enable_language(CXX)
|
||||||
endif()
|
endif()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user