mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 06:19:00 +08:00
11 lines
325 B
Diff
11 lines
325 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
|
|
# Header files
|