Skip to content

Commit

Permalink
Issue #75: TESTING ONLY Epiphan device check raises warning rather th…
Browse files Browse the repository at this point in the history
…an fatal error
  • Loading branch information
dzhoshkun committed Apr 8, 2019
1 parent d5afcaf commit ccb8ef2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cmake/epiphansdk/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ EXECUTE_PROCESS(
OUTPUT_STRIP_TRAILING_WHITESPACE
)
if(NOT V2U_EXIT_CODE EQUAL 0)
MESSAGE(FATAL_ERROR
MESSAGE(WARNING
"No Epiphan cards seem to be installed on your system."
)
endif(NOT V2U_EXIT_CODE EQUAL 0)
Expand Down

0 comments on commit ccb8ef2

Please sign in to comment.