diff --git a/CMakeLists.txt b/CMakeLists.txt index a75fba9..f61868d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,8 +1,4 @@ -if ( APPLE ) - cmake_minimum_required( VERSION 3.13 ) -else () - cmake_minimum_required( VERSION 3.10 ) -endif () +cmake_minimum_required( VERSION 3.13 ) project( uxplay )