Skip to content

Commit

Permalink
Trying to get the conan build working
Browse files Browse the repository at this point in the history
  • Loading branch information
jgaa committed Mar 9, 2024
1 parent df561bc commit 21246d1
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tests/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@

message ("GTEST_LIBRARIES: ${GTEST_LIBRARIES}")
message ("GTest_LIBRARIES: ${GTest_LIBRARIES}")

if (NOT GTEST_LIBRARIES)
set (GTEST_LIBRARIES gtest)
set (GTEST_LIBRARIES gtest::gtest)
endif()

option(WITH_QT "Enable QT" OFF)
Expand Down

0 comments on commit 21246d1

Please sign in to comment.