mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-01 10:08:59 +08:00
ea720bbf59
* [ompl] Add new port Add new port for the https://github.com/ompl/ompl library * [ompl] Disable extra components * [ompl] Disable buggy CMake test
24 lines
621 B
Diff
24 lines
621 B
Diff
diff --git a/CMakeLists.txt b/CMakeLists.txt
|
|
index fbde81b..da11bfe 100644
|
|
--- a/CMakeLists.txt
|
|
+++ b/CMakeLists.txt
|
|
@@ -173,12 +173,13 @@ endif()
|
|
# R is needed for running Planner Arena locally
|
|
find_program(R_EXEC R)
|
|
|
|
-add_subdirectory(py-bindings)
|
|
+# VCPKG PATCH: Disable extra components from library.
|
|
+# add_subdirectory(py-bindings)
|
|
add_subdirectory(src)
|
|
-add_subdirectory(tests)
|
|
-add_subdirectory(demos)
|
|
-add_subdirectory(scripts)
|
|
-add_subdirectory(doc)
|
|
+# add_subdirectory(tests)
|
|
+# add_subdirectory(demos)
|
|
+# add_subdirectory(scripts)
|
|
+# add_subdirectory(doc)
|
|
|
|
target_link_flags(ompl)
|
|
set(PKG_NAME "ompl")
|