aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/ompl/0001-disable-pkgconfig.patch
blob: 07b0c748638723697327cd12d8f4c14ae50f6bba (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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")