Skip to content

Commit

Permalink
Win CI #9
Browse files Browse the repository at this point in the history
  • Loading branch information
PJK committed Jan 6, 2017
1 parent 2793f06 commit c70d47e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ endif()
if(MSVC)
# This just doesn't work right -- https://msdn.microsoft.com/en-us/library/5ft82fed.aspx
set(CBOR_RESTRICT_SPECIFIER "")
set(CBOR_INLINE_SPECIFIER "inline")
set(CBOR_INLINE_SPECIFIER "")
else()
set(CBOR_RESTRICT_SPECIFIER "restrict")
set(CBOR_INLINE_SPECIFIER "inline")
Expand Down

0 comments on commit c70d47e

Please sign in to comment.