We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a4e0ae commit 0ca8166Copy full SHA for 0ca8166
PackageSpecs.cmake
@@ -120,8 +120,8 @@ endif()
120
# Licenses for binary packages
121
# ======================================================================
122
123
-if(EXISTS "${CMAKE_SOURCE_DIR}/COPYING.txt")
124
- set(LIC_FILE "COPYING") # Without ".txt" extension
+if(EXISTS "${CMAKE_SOURCE_DIR}/LICENSE.mysql.txt")
+ set(LIC_FILE "LICENSE.mysql") # Without ".txt" extension
125
else()
126
set(LIC_FILE "LICENSE") # Without ".txt" extension
127
endif()
0 commit comments