mirror of
https://github.com/MariaDB/server.git
synced 2025-08-16 18:19:41 +00:00
Added comment to create_inital_db.cmake of how to run it
This commit is contained in:
@ -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()
|
||||
|
Reference in New Issue
Block a user