From 0c8f876b957a9643c40c789789f4e97ad98cc297 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Sat, 18 Jan 2020 00:29:59 +0300 Subject: update cmake-common --- .appveyor.yml | 8 ++++---- cmake | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.appveyor.yml b/.appveyor.yml index f993dce..40f192d 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -15,7 +15,7 @@ platform: configuration: - Debug - - Release + - RelWithDebInfo matrix: fast_finish: true @@ -37,9 +37,9 @@ after_build: - appveyor.exe PushArtifact "%APPVEYOR_PROJECT_NAME%-%PLATFORM%-%CONFIGURATION%.zip" test_script: - - if exist "%install_dir%\bin\foobar.pdb" "%install_dir%\bin\enum_symbols" --pdb "%install_dir%\bin\foobar.pdb" - - if exist "%install_dir%\bin\foobar.pdb" "%install_dir%\bin\enum_symbols" --pdb "%install_dir%\bin\foobar.pdb" --mask "foobar!foobar_ns*" - - if exist "%install_dir%\bin\foobar.pdb" "%install_dir%\bin\enum_symbols" --pdb "%install_dir%\bin\foobar.pdb" --functions --mask "foobar_ns*" + - '"%install_dir%\bin\enum_symbols" --pdb "%install_dir%\bin\foobar.pdb"' + - '"%install_dir%\bin\enum_symbols" --pdb "%install_dir%\bin\foobar.pdb" --mask "foobar!foobar_ns*"' + - '"%install_dir%\bin\enum_symbols" --pdb "%install_dir%\bin\foobar.pdb" --functions --mask "foobar_ns*"' - '"%install_dir%\bin\call_stack"' diff --git a/cmake b/cmake index 920bc49..99eb982 160000 --- a/cmake +++ b/cmake @@ -1 +1 @@ -Subproject commit 920bc49e1a5e99e8fe4765b5e9230ebd54de197e +Subproject commit 99eb9822b4dfa67f65674eac92f1371dc4be9d31 -- cgit v1.2.3