Luke Granger-Brown
57725ef3ec
git-subtree-dir: third_party/nixpkgs git-subtree-split: 76612b17c0ce71689921ca12d9ffdc9c23ce40b2
11 lines
508 B
Diff
11 lines
508 B
Diff
--- a/include/CMakeLists.txt 2017-12-25 05:59:07.204144374 +0100
|
|
+++ b/include/CMakeLists.txt 2017-12-25 05:59:26.339552817 +0100
|
|
@@ -94,7 +94,7 @@
|
|
ENDIF()
|
|
|
|
MACRO(INSTALL_COMPAT_HEADER file footer)
|
|
- INSTALL(CODE "FILE(WRITE \$ENV{DESTDIR}\${CMAKE_INSTALL_PREFIX}/${INSTALL_INCLUDEDIR}/${file}
|
|
+ INSTALL(CODE "FILE(WRITE ${INSTALL_INCLUDEDIR}/${file}
|
|
\"/* Do not edit this file directly, it was auto-generated by cmake */
|
|
|
|
#warning This file should not be included by clients, include only <mysql.h>
|