File tree Expand file tree Collapse file tree 2 files changed +4
-343
lines changed Expand file tree Collapse file tree 2 files changed +4
-343
lines changed Original file line number Diff line number Diff line change @@ -57,11 +57,11 @@ CONFIGURE_FILE(${CMAKE_SOURCE_DIR}/driver/version_info.h.cmake
57
57
${CMAKE_BINARY_DIR} /driver/version_info.h @ONLY )
58
58
59
59
# This is needed by windows installer and fro CPACK
60
- IF (EXISTS "${CMAKE_SOURCE_DIR} /COPYING" )
61
- SET (LICENSE_FILENAME "${CMAKE_SOURCE_DIR} /COPYING" )
62
- ELSE (EXISTS "${CMAKE_SOURCE_DIR} /COPYING" )
60
+ IF (EXISTS "${CMAKE_SOURCE_DIR} /LICENSE.mysql" )
63
61
SET (LICENSE_FILENAME "${CMAKE_SOURCE_DIR} /LICENSE.mysql" )
64
- ENDIF (EXISTS "${CMAKE_SOURCE_DIR} /COPYING" )
62
+ ELSE (EXISTS "${CMAKE_SOURCE_DIR} /LICENSE.mysql" )
63
+ SET (LICENSE_FILENAME "${CMAKE_SOURCE_DIR} /LICENSE" )
64
+ ENDIF (EXISTS "${CMAKE_SOURCE_DIR} /LICENSE.mysql" )
65
65
66
66
# Creating file with version info that will be used for installer
67
67
# We have to do this trick because of license filename that is looked in this CMAKE_SOURCE_DIR (installer's cmake is run separately)
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments