nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
at devShellTools-shell 11 lines 508 B view raw
1--- a/include/CMakeLists.txt 2017-12-25 05:59:07.204144374 +0100 2+++ b/include/CMakeLists.txt 2017-12-25 05:59:26.339552817 +0100 3@@ -94,7 +94,7 @@ 4 ENDIF() 5 6 MACRO(INSTALL_COMPAT_HEADER file footer) 7- INSTALL(CODE "FILE(WRITE \$ENV{DESTDIR}\${CMAKE_INSTALL_PREFIX}/${INSTALL_INCLUDEDIR}/${file} 8+ INSTALL(CODE "FILE(WRITE ${INSTALL_INCLUDEDIR}/${file} 9 \"/* Do not edit this file directly, it was auto-generated by cmake */ 10 11 #warning This file should not be included by clients, include only <mysql.h>