Skip to content

Commit b162803

Browse files
committed
Fix build with CMake 4
1 parent 74b7e47 commit b162803

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
project(apulse)
2-
cmake_minimum_required (VERSION 2.8)
2+
cmake_minimum_required (VERSION 2.8...4.0)
33

44
set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -std=gnu99 -Wall -fPIC -fvisibility=hidden")
55
set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -Werror=implicit-function-declaration")

0 commit comments

Comments
 (0)