Some misc changes

This commit is contained in:
Denis Blank 2018-01-24 01:29:11 +01:00
parent 0cfb8a96d2
commit ca5d0a6e29
2 changed files with 4 additions and 4 deletions

View File

@ -60,7 +60,7 @@ if (CTI_CONTINUABLE_WITH_AWAIT)
target_compile_options(continuable-base
INTERFACE
$<$<CXX_COMPILER_ID:MSVC>:/await>
$<$<CXX_COMPILER_ID:CLANG>:-fcoroutines-ts>)
$<$<CXX_COMPILER_ID:Clang>:-fcoroutines-ts>)
target_compile_definitions(continuable-base
INTERFACE

View File

@ -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: