We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1421177 commit 80c819eCopy full SHA for 80c819e
cmake/OpenGeodeConfig.cmake.in
@@ -39,10 +39,10 @@ include(CMakeFindDependencyMacro)
39
find_dependency(absl)
40
find_dependency(Bitsery)
41
find_dependency(Threads)
42
+find_dependency(Async++)
43
44
get_target_property(library_type OpenGeode::basic TYPE)
45
if(library_type STREQUAL "STATIC_LIBRARY")
- find_dependency(Async++)
46
find_dependency(minizip-ng)
47
find_dependency(nanoflann)
48
find_dependency(spdlog)
0 commit comments