Skip to content

Commit

Permalink
Issue #94 [ci-skip]:
Browse files Browse the repository at this point in the history
Revert "Issue #75: TESTING ONLY Epiphan device check raises warning rather than fatal error"

This reverts commit 439003b.
  • Loading branch information
dzhoshkun committed Apr 29, 2019
1 parent aca6748 commit 7140294
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 @@ -211,7 +211,7 @@ EXECUTE_PROCESS(
OUTPUT_STRIP_TRAILING_WHITESPACE
)
if(NOT V2U_EXIT_CODE EQUAL 0)
MESSAGE(WARNING
MESSAGE(FATAL_ERROR
"No Epiphan cards seem to be installed on your system."
)
endif(NOT V2U_EXIT_CODE EQUAL 0)
Expand Down

0 comments on commit 7140294

Please sign in to comment.