Skip to content
Snippets Groups Projects
Commit 3ef82ac5 authored by Ming Rui Zhang's avatar Ming Rui Zhang
Browse files

scripts: remove cmake command from build-windows.py

Change-Id: I8e85d8152d4f5b593178173fb3c6d93d7f514fab
parent 625eee34
No related branches found
No related tags found
No related merge requests found
......@@ -16,9 +16,6 @@ def execute_cmd(cmd, with_shell=False):
def build_daemon(parsed_args):
make_cmd = os.path.dirname(this_dir) + '\\daemon\\msvc\\winmake.py'
os.chdir(os.path.dirname(this_dir) + '\\daemon\\msvc')
execute_cmd('cmake -DCMAKE_CONFIGURATION_TYPES="ReleaseLib_win32" -DCMAKE_VS_PLATFORM_NAME="x64" -G "Visual Studio 16 2019" -A x64 -T $(DefaultPlatformToolset) ..')
os.chdir(os.path.dirname(this_dir))
return execute_cmd('python ' + make_cmd + ' -iv -t ' + parsed_args.toolset + ' -s ' + parsed_args.sdk + ' -b daemon')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment