mirror of
https://git.freebsd.org/ports.git
synced 2025-06-03 11:56:28 -04:00
This is a development snapshot of upcoming MySQL 8.0. PR: 215738 Submitted by: Mahdi Mokhtari <mokhi64@gmail.com> Reviewed by: matthew, feld Approved by: matthew (mentor), feld Differential Revision: https://reviews.freebsd.org/D9031
11 lines
268 B
Text
11 lines
268 B
Text
--- sql/CMakeLists.txt.orig 2016-08-25 11:52:06 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}
|
|
${LZ4_INCLUDE_DIR}
|
|
)
|
|
|