Skip to content

Commit

Permalink
deps: fix dep download in cmake
Browse files Browse the repository at this point in the history
Signed-off-by: Loic Reyreaud <loic.reyreaud@epita.fr>
  • Loading branch information
Loic Reyreaud committed Nov 20, 2018
1 parent 38ec56b commit 69f21af
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cmake/GTest.cmake
Expand Up @@ -45,7 +45,6 @@ foreach(LIB GTest::GTest)
set_target_properties(${LIB} PROPERTIES
IMPORTED_LOCATION ${install_dir}/lib/${LIB_PREFIX}gtest${LIB_SUFFIX}
INTERFACE_INCLUDE_DIRECTORIES ${GTEST_INCLUDE_DIRS}
INTERFACE_LINK_LIBRARIES "gtest"
)
add_dependencies(${LIB} googletest)
endforeach()

0 comments on commit 69f21af

Please sign in to comment.