Skip to content

Commit f15498b

Browse files
committed
[CMake] Fix deprecation warning in benchmark stub. (#498)
1 parent b3a4d51 commit f15498b

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Dependencies/Benchmark/CMakeLists.txt

-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
cmake_minimum_required(VERSION 3.5.0)
2-
3-
project(benchmark VERSION 1.0.0 LANGUAGES C)
4-
51
add_library(benchmark INTERFACE)
62
target_include_directories(benchmark INTERFACE
73
$<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}>

0 commit comments

Comments
 (0)