mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 21:39:00 +08:00
d12cbb40ed
* 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>
14 lines
300 B
Diff
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
|