Skip to content

Commit

Permalink
Restore some missing target_link_libraries in test dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
grojo-ea committed Jul 27, 2024
1 parent ad51357 commit 582d2af
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,8 @@ FetchContent_Declare(
GIT_TAG 521cb053d9320636f53226ffc616216cf532f0ef
GIT_SUBMODULES "" # This should be temporary until we update the cyclic submodule dependencies in EABase.
)

FetchContent_MakeAvailable(EABase)
target_link_libraries(EASTLTest EABase)

FetchContent_Declare(
EAAssert
Expand Down Expand Up @@ -128,6 +128,8 @@ FetchContent_Declare(
FetchContent_MakeAvailable(EAThread)
target_link_libraries(EASTLTest EAThread)

target_link_libraries(EASTLTest EASTL)

set(THREADS_PREFER_PTHREAD_FLAG ON)
find_package(Threads REQUIRED)

Expand Down

0 comments on commit 582d2af

Please sign in to comment.