From ca5d0a6e293bdf0eb375478467a5c06546137e8e Mon Sep 17 00:00:00 2001 From: Denis Blank Date: Wed, 24 Jan 2018 01:29:11 +0100 Subject: [PATCH] Some misc changes --- CMakeLists.txt | 2 +- appveyor.yml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index c7b50ee..56383ef 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -60,7 +60,7 @@ if (CTI_CONTINUABLE_WITH_AWAIT) target_compile_options(continuable-base INTERFACE $<$:/await> - $<$:-fcoroutines-ts>) + $<$:-fcoroutines-ts>) target_compile_definitions(continuable-base INTERFACE diff --git a/appveyor.yml b/appveyor.yml index 7bfcbcb..f0af5d1 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -3,8 +3,8 @@ image: environment: matrix: - - NO_EXCEPTIONS: OFF - - NO_EXCEPTIONS: ON + - WITH_NO_EXCEPTIONS: OFF + - WITH_NO_EXCEPTIONS: ON configuration: - Debug @@ -21,7 +21,7 @@ clone_script: before_build: - cmd: > cmake -H. -Bbuild -A%PLATFORM% - -DCTI_CONTINUABLE_WITH_NO_EXCEPTIONS=%NO_EXCEPTIONS% + -DCTI_CONTINUABLE_WITH_NO_EXCEPTIONS=%WITH_NO_EXCEPTIONS% -DCTI_CONTINUABLE_WITH_AWAIT=ON build_script: