mirror of
https://github.com/zoriya/Bomberman.git
synced 2026-06-02 10:15:32 +00:00
Fixing catch path
This commit is contained in:
+1
-1
@@ -42,7 +42,7 @@ target_link_libraries(unit_tests PUBLIC wal ray)
|
||||
|
||||
find_package(Catch2 QUIET)
|
||||
if (NOT Catch2_FOUND)
|
||||
set(CMAKE_MODULE_PATH ${PROJECT_SOURCE_DIR}/../catch2)
|
||||
set(CMAKE_MODULE_PATH ${PROJECT_SOURCE_DIR}/lib/catch2)
|
||||
find_package(Catch2 REQUIRED)
|
||||
endif()
|
||||
target_link_libraries(unit_tests PRIVATE Catch2::Catch2)
|
||||
|
||||
Reference in New Issue
Block a user