diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index 038effab..8972a172 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -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 @@ -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)