14 lines
356 B
Diff
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")
|