mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 03:52:35 +01:00
Added comment to create_inital_db.cmake of how to run it
This commit is contained in:
parent
5ac05a6172
commit
f2e3f0db6d
1 changed files with 4 additions and 0 deletions
|
@ -15,6 +15,10 @@
|
|||
|
||||
# This script creates initial database for packaging on Windows
|
||||
# Force Visual Studio to output to stdout
|
||||
|
||||
# This script can be run with "make initial_database" or
|
||||
# "cmake --build .--target initial_database"
|
||||
|
||||
IF(ENV{VS_UNICODE_OUTPUT})
|
||||
SET ($ENV{VS_UNICODE_OUTPUT})
|
||||
ENDIF()
|
||||
|
|
Loading…
Reference in a new issue