-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcts_cmake.log
More file actions
51 lines (45 loc) · 1.97 KB
/
cts_cmake.log
File metadata and controls
51 lines (45 loc) · 1.97 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
CMake Deprecation Warning at CMakeLists.txt:19 (cmake_minimum_required):
Compatibility with CMake < 3.5 will be removed from a future version of
CMake.
Update the VERSION argument <min> value or use a ...<max> suffix to tell
CMake that the project does not need compatibility with older versions.
-- The C compiler identification is GNU 13.3.0
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /usr/bin/cc - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- ============================================
-- = Conformance Tests for OpenVX =
-- ============================================
-- Selected OpenVX Feature Sets:
--
-- Selected OpenVX Extensions:
--
-- OpenVX: Prebuild Version
-- Compiler: /usr/bin/cc (ver 13.3.0)
-- Configuration: Release
--
-- OPENVX_LIBRARIES: /home/simon/.openclaw/workspace/rustVX/target/release/libopenvx_ffi.so
-- OPENVX_INCLUDES: /home/simon/.openclaw/workspace/rustVX/include
-- OPENVX_DEFINITIONS: <empty>
-- OPENVX_CFLAGS: <empty>
-- ============================================
-- Looking for sys/time.h
-- Looking for sys/time.h - found
-- Performing Test CT_TEST_TIME
-- Performing Test CT_TEST_TIME - Success
CMake Deprecation Warning at test_conformance/Networks/src/CMakeLists.txt:1 (cmake_minimum_required):
Compatibility with CMake < 3.5 will be removed from a future version of
CMake.
Update the VERSION argument <min> value or use a ...<max> suffix to tell
CMake that the project does not need compatibility with older versions.
-- The CXX compiler identification is GNU 13.3.0
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/c++ - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Configuring done (0.7s)
-- Generating done (0.0s)
-- Build files have been written to: /home/simon/.openclaw/workspace/openvx-rust/OpenVX-cts/build