diff options
| author | chenzizhan <[email protected]> | 2023-08-04 15:12:17 +0800 |
|---|---|---|
| committer | chenzizhan <[email protected]> | 2023-08-04 15:12:17 +0800 |
| commit | 80245710126460a4681eb28f333eab5eab3a0cba (patch) | |
| tree | 68020e043c1bc3963cf64bd7673b6aaacbd4551e | |
| parent | f4f7a73a5dcb2ae9659fc300d7a988ad6877ad80 (diff) | |
fix ci
| -rw-r--r-- | test/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index 790f0be..7a9b139 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -42,7 +42,7 @@ SET(TEST_UTILS_SRC function (add_unit_test file_name)
add_executable(${file_name} ${SRC} ${TEST_UTILS_SRC} ${file_name}.cpp)
- target_link_libraries(${file_name} gtest-static MESA_handle_logger ${ZLIB_LIBRARIES} ${LFLAGS})
+ target_link_libraries(${file_name} gtest-static ${ZLIB_LIBRARIES} ${LFLAGS}) #MESA_handle_logger
set_property(TARGET ${file_name} PROPERTY CXX_STANDARD 17)
endfunction()
|
