Skip to content

Commit

Permalink
fixed syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
aregtech committed Dec 3, 2024
1 parent 3e79a8a commit f47a8be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conf/cmake/functions.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ macro(macro_find_gtest_package var_include var_library var_found)
get_target_property(_val GTest::gtest ${_prop})
message("<<< GTest::gtest: ${_prop} = ${_val}")
endif()
endif()
endforeach()


if (EXISTS "${_gtest_location}")
Expand Down

0 comments on commit f47a8be

Please sign in to comment.