Skip to content

Commit 14cd1f7

Browse files
Dong Xielemire
authored andcommitted
* Fix Issue simdjson#164.
1 parent 871fd20 commit 14cd1f7

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

tools/cmake/FindCTargets.cmake

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,3 @@
1-
if (CMAKE_VERSION VERSION_GREATER 3.0.0)
2-
cmake_policy(VERSION 3.0.0)
3-
endif ()
4-
5-
61
function(add_cpp_test TEST_NAME)
72
add_executable(${TEST_NAME} ${TEST_NAME}.cpp)
83
target_link_libraries(${TEST_NAME} ${SIMDJSON_LIB_NAME})
@@ -17,4 +12,4 @@ endfunction(add_cpp_benchmark)
1712
function(add_cpp_tool TOOL_NAME)
1813
add_executable(${TOOL_NAME} ${TOOL_NAME}.cpp)
1914
target_link_libraries(${TOOL_NAME} ${SIMDJSON_LIB_NAME})
20-
endfunction(add_cpp_tool)
15+
endfunction(add_cpp_tool)

0 commit comments

Comments
 (0)