Skip to content

Commit

Permalink
Merge pull request #553 from ghutchis/updated-qttesting
Browse files Browse the repository at this point in the history
Use lower-case QtTesting library link
  • Loading branch information
ghutchis authored Jan 17, 2025
2 parents 4972e4c + 6af0fe8 commit 3ff7ddb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion avogadro/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ else()
set_target_properties(avogadro PROPERTIES OUTPUT_NAME "avogadro2")
endif()
if(ENABLE_TESTING)
target_link_libraries(avogadro QtTesting)
target_link_libraries(avogadro qttesting)
endif()
if(QT_VERSION EQUAL 6)
target_link_libraries(avogadro Qt6::OpenGL Qt6::OpenGLWidgets)
Expand Down

0 comments on commit 3ff7ddb

Please sign in to comment.