Skip to content

Commit

Permalink
Update CMakeLists.txt
Browse files Browse the repository at this point in the history
Small improvement in tests cmake file.
  • Loading branch information
przemek83 committed Feb 8, 2024
1 parent f2ef24d commit 5c82766
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ target_link_libraries(${PROJECT_TEST} PRIVATE Catch2::Catch2WithMain

include(CTest)
include(Catch)
catch_discover_tests(${PROJECT_NAME}-test)
catch_discover_tests(${PROJECT_TEST})

0 comments on commit 5c82766

Please sign in to comment.