Skip to content

Commit

Permalink
Continue fix
Browse files Browse the repository at this point in the history
  • Loading branch information
PHILO-HE committed Nov 5, 2024
1 parent 0209760 commit 6b18c4d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cpp/velox/symbols.map
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@
# Hide symbols from glog and gflags.
*google::*;
# Hide all other symbols except the above global symbols.
*;
#*;
};
3 changes: 1 addition & 2 deletions cpp/velox/tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,7 @@ function(add_velox_test TEST_EXEC)
add_executable(${TEST_EXEC} ${SOURCES} ${VELOX_TEST_COMMON_SRCS})
target_include_directories(${TEST_EXEC} PRIVATE ${CMAKE_SOURCE_DIR}/velox
${CMAKE_SOURCE_DIR}/src)
target_link_libraries(${TEST_EXEC} velox GTest::gtest GTest::gtest_main
google::glog)
target_link_libraries(${TEST_EXEC} velox GTest::gtest GTest::gtest_main)
gtest_discover_tests(${TEST_EXEC} DISCOVERY_MODE PRE_TEST)
endfunction()

Expand Down

0 comments on commit 6b18c4d

Please sign in to comment.