mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 09:41:36 +08:00
5bb5f3923a
* [libgd] Fix static builds on windows * [pango] Cleanup * Use freetype2.pc with msvc * Update CI baseline [skip actions] * [atk] Cleanup, fix static builds * [gtk3] Cleanup, fix static builds * [graphviz] Fix static builds * Update versions * [libgd] Revert bad substitution * [graphviz] Plugins * [graphviz] Plugins * [libgd] Fix static usage * [gtk3] versions
11 lines
332 B
Diff
11 lines
332 B
Diff
diff --git a/lib/gvc/CMakeLists.txt b/lib/gvc/CMakeLists.txt
|
|
index b437bde..04fe8e8 100644
|
|
--- a/lib/gvc/CMakeLists.txt
|
|
+++ b/lib/gvc/CMakeLists.txt
|
|
@@ -1,4 +1,4 @@
|
|
-add_definitions(-DGVC_EXPORTS -DGVLIBDIR="${LIBRARY_INSTALL_DIR}/graphviz")
|
|
+add_definitions(-DGVC_EXPORTS -DGVLIBDIR="")
|
|
|
|
add_library(gvc SHARED
|
|
# Header files
|