Commit f2e3f0db authored by Monty's avatar Monty Committed by Sergei Golubchik

Added comment to create_inital_db.cmake of how to run it

parent 5ac05a61
......@@ -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()
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment