mirror of
https://git.freebsd.org/ports.git
synced 2025-05-30 09:56:43 -04:00
11 lines
264 B
Text
11 lines
264 B
Text
--- sql/CMakeLists.txt.orig 2015-11-29 19:16:24 UTC
|
|
+++ sql/CMakeLists.txt
|
|
@@ -24,6 +24,8 @@ INCLUDE_DIRECTORIES(
|
|
${ZLIB_INCLUDE_DIR}
|
|
${SSL_INCLUDE_DIRS}
|
|
${CMAKE_BINARY_DIR}/sql
|
|
+ ${CMAKE_BINARY_DIR}/include
|
|
+ ${CMAKE_BINARY_DIR}
|
|
)
|
|
|
|
SET(CONF_SOURCES
|