Skip to content

Commit

Permalink
[tests] Disable example1 on macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
gergondet committed Dec 2, 2019
1 parent 948469b commit 0e12878
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@ macro(add_example name)
generate_msvc_dot_user_file(${name})
endmacro(add_example)

add_example(example1)
if(NOT APPLE)
add_example(example1)
endif()
add_example(example2)

#tests
Expand Down

0 comments on commit 0e12878

Please sign in to comment.