Skip to content

Commit

Permalink
Change error to warning for tf-torch builds
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Tuttle <quic_mtuttle@quicinc.com>
  • Loading branch information
quic-mtuttle committed Jul 12, 2024
1 parent 00dd8f9 commit 5059bd7
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 @@ -93,7 +93,7 @@ message(STATUS "** ENABLE_TESTS = ${ENABLE_TESTS}")

if (ENABLE_TORCH AND ENABLE_TENSORFLOW)
# Remove this once it's proven feasible.
message(FATAL_ERROR "AIMET Torch and TensorFlow support currently cannot be built at the same time.")
message(WARNING "AIMET Torch and TensorFlow support currently cannot be built at the same time.")
endif()

if (ENABLE_ONNX AND NOT ENABLE_TORCH)
Expand Down

0 comments on commit 5059bd7

Please sign in to comment.