File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -25,13 +25,13 @@ if (NOT DEFINED LLVM_EXTERNAL_XPTIFW_SOURCE_DIR)
25
25
set (gtest_force_shared_crt ON CACHE BOOL "" FORCE )
26
26
27
27
# Add googletest directly to our build. This defines
28
- # the gtest and gtest_main targets.
28
+ # the llvm_gtest and llvm_gtest_main targets.
29
29
add_subdirectory (${CMAKE_CURRENT_BINARY_DIR} /googletest-src
30
30
${CMAKE_CURRENT_BINARY_DIR} /googletest-build
31
31
EXCLUDE_FROM_ALL )
32
32
33
- # The gtest/gtest_main targets carry header search path
34
- # dependencies automatically when using CMake 2.8.11 or
33
+ # The llvm_gtest/llvm_gtest_main targets carry header search
34
+ # path dependencies automatically when using CMake 2.8.11 or
35
35
# later. Otherwise we have to add them here ourselves.
36
36
if (CMAKE_VERSION VERSION_LESS 2.8.11 )
37
37
include_directories ("${gtest_SOURCE_DIR} /include" )
@@ -54,8 +54,8 @@ if (TARGET LLVMSupport)
54
54
endif ()
55
55
56
56
target_link_libraries (XPTIFWUnitTests PRIVATE
57
- gtest
58
- gtest_main
57
+ llvm_gtest
58
+ llvm_gtest_main
59
59
xptifw
60
60
${SUPPORT_LIB}
61
61
)
You can’t perform that action at this time.
0 commit comments