We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 871fd20 commit 14cd1f7Copy full SHA for 14cd1f7
1 file changed
tools/cmake/FindCTargets.cmake
@@ -1,8 +1,3 @@
1
-if (CMAKE_VERSION VERSION_GREATER 3.0.0)
2
- cmake_policy(VERSION 3.0.0)
3
-endif ()
4
-
5
6
function(add_cpp_test TEST_NAME)
7
add_executable(${TEST_NAME} ${TEST_NAME}.cpp)
8
target_link_libraries(${TEST_NAME} ${SIMDJSON_LIB_NAME})
@@ -17,4 +12,4 @@ endfunction(add_cpp_benchmark)
17
12
function(add_cpp_tool TOOL_NAME)
18
13
add_executable(${TOOL_NAME} ${TOOL_NAME}.cpp)
19
14
target_link_libraries(${TOOL_NAME} ${SIMDJSON_LIB_NAME})
20
-endfunction(add_cpp_tool)
15
+endfunction(add_cpp_tool)
0 commit comments