mirror of
https://github.com/oven-sh/bun
synced 2026-02-02 15:08:46 +00:00
10 lines
273 B
Diff
10 lines
273 B
Diff
--- CMakeLists.txt
|
|
+++ CMakeLists.txt
|
|
@@ -1,5 +1,5 @@
|
|
#
|
|
-CMAKE_MINIMUM_REQUIRED(VERSION 2.8.12 FATAL_ERROR)
|
|
+CMAKE_MINIMUM_REQUIRED(VERSION 2.8.12...3.5 FATAL_ERROR)
|
|
if(POLICY CMP0065)
|
|
cmake_policy(SET CMP0065 NEW) #3.4 don't use `-rdynamic` with executables
|
|
endif()
|