zeek/auxil/vcpkg/ports/ompl/0003_disable-pkgconfig.patch
Patrick Kelley 8fd444092b initial
2025-05-07 15:35:15 -04:00

14 lines
356 B
Diff

diff --git a/CMakeLists.txt b/CMakeLists.txt
index cc81419..88046b3 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -183,7 +183,7 @@ add_subdirectory(demos)
add_subdirectory(scripts)
add_subdirectory(doc)
-if(NOT MSVC)
+if(0)
target_link_flags(ompl)
set(PKG_NAME "ompl")
set(PKG_DESC "The Open Motion Planning Library")