Skip to content

Commit

Permalink
Changed FATAL_ERROR to ERROR to avoid termination of setup script.
Browse files Browse the repository at this point in the history
  • Loading branch information
kaklik committed Jul 29, 2023
1 parent 20ae283 commit d8190ee
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,6 @@ if(ENABLE_LOCKSTEP_SCHEDULER STREQUAL "no")
)
endforeach()
else()
message(FATAL_ERROR "Unable to find the executable FlightGear file!")
message(ERROR " Unable to find the executable FlightGear file!")
endif()
endif()

0 comments on commit d8190ee

Please sign in to comment.