vcpkg/ports/ccd/fix-static.patch
Akash d12cbb40ed
[ompl] Fix linking using ${OMPL_LIBRARIES} (#18908)
* Fix _IMPORT_PREFIX

* Export cmake targets file

* Fix config

* Make separate omplapp port

* Run x-add-version for omplapp

* Fix versions

* Fix omplapp static builds

* Run x-add-version

* Update ports/omplapp/portfile.cmake

Co-authored-by: Phoebe <20694052+PhoebeHui@users.noreply.github.com>

* Update ports/omplapp/portfile.cmake

Co-authored-by: Phoebe <20694052+PhoebeHui@users.noreply.github.com>

* Put files in quotes

* Run x-add-version

Co-authored-by: Phoebe <20694052+PhoebeHui@users.noreply.github.com>
2021-07-22 15:00:49 -07:00

14 lines
300 B
Diff

diff --git a/src/ccd/ccd_export.h b/src/ccd/ccd_export.h
index e898d41..c6aa5fb 100644
--- a/src/ccd/ccd_export.h
+++ b/src/ccd/ccd_export.h
@@ -1,7 +1,7 @@
#ifndef CCD_EXPORT_H
#define CCD_EXPORT_H
-#ifdef CCD_STATIC_DEFINE
+#if 1
# define CCD_EXPORT
#else
# ifdef _MSC_VER