Skip to content

Commit e2013d6

Browse files
committed
Fix Licence PackageSpecs.cmake
1 parent b51bb85 commit e2013d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PackageSpecs.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ endif()
123123
if(EXISTS "${CMAKE_SOURCE_DIR}/COPYING.txt")
124124
set(LIC_FILE "COPYING") # Without ".txt" extension
125125
else()
126-
set(LIC_FILE "LICENSE.mysql") # Without ".txt" extension
126+
set(LIC_FILE "LICENSE") # Without ".txt" extension
127127
endif()
128128

129129
if(WIN32)

0 commit comments

Comments
 (0)