Skip to content

Commit

Permalink
fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
skypjack committed Feb 28, 2018
1 parent b67f3cf commit 2dcf3a8
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 @@ -47,7 +47,7 @@ if(NOT MSVC)

check_cxx_source_compiles("
#include<type_traits>
int main() { static_assert(std::is_same<int, int>::value, \"!\"); }
int main() { return std::is_same<int, int>::value ? 0 : 1; }
" HAS_LIBCPP)

if(NOT HAS_LIBCPP)
Expand Down

0 comments on commit 2dcf3a8

Please sign in to comment.