Skip to content

Commit 2d9c4da

Browse files
Merge pull request #1059 from Geode-solutions/perf/aabb-async
fix(AABBTree): allow async search
2 parents 1a41359 + 80c819e commit 2d9c4da

File tree

7 files changed

+444
-370
lines changed

7 files changed

+444
-370
lines changed

cmake/OpenGeodeConfig.cmake.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,10 @@ include(CMakeFindDependencyMacro)
3939
find_dependency(absl)
4040
find_dependency(Bitsery)
4141
find_dependency(Threads)
42+
find_dependency(Async++)
4243

4344
get_target_property(library_type OpenGeode::basic TYPE)
4445
if(library_type STREQUAL "STATIC_LIBRARY")
45-
find_dependency(Async++)
4646
find_dependency(minizip-ng)
4747
find_dependency(nanoflann)
4848
find_dependency(spdlog)

0 commit comments

Comments
 (0)