Skip to content

Commit

Permalink
move
Browse files Browse the repository at this point in the history
  • Loading branch information
vgvassilev committed Apr 19, 2024
1 parent 4be795c commit b4123e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion unittests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ endif()
# Produces a binary named 'basename(test_dirname)'.
function(add_clad_unittest test_dirname)

add_unittest(CladUnitTests ${test_dirname} ${ARGN} DISABLE_LLVM_LINK_LLVM_DYLIB)
add_unittest(CladUnitTests ${test_dirname} DISABLE_LLVM_LINK_LLVM_DYLIB ${ARGN})

# Remove the llvm_gtest_* coming from add_unittest.
get_target_property(GTEST_LINKED_LIBS ${test_dirname} LINK_LIBRARIES)
Expand Down

0 comments on commit b4123e1

Please sign in to comment.