Skip to content

Commit

Permalink
Removed unnecessary messages
Browse files Browse the repository at this point in the history
  • Loading branch information
dmatveev committed Sep 6, 2023
1 parent 8b24d5f commit d6a246f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sources/tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ else()
set_property(TARGET ${GTEST_MAIN_LIBRARY} PROPERTY IMPORTED_LOCATION ${GTEST_MAIN_LIBRARY_PATH})
add_dependencies(${GTEST_MAIN_LIBRARY} GTest)

message(" ${GTEST_LIBRARY} ${GTEST_MAIN_LIBRARY}")
set(GTEST_BOTH_LIBRARIES ${GTEST_LIBRARY} ${GTEST_MAIN_LIBRARY})
set(GTEST_INCLUDE_DIRS ${GTEST_INSTALL_DIR}/include)
endif()
Expand Down

0 comments on commit d6a246f

Please sign in to comment.