Skip to content

Commit

Permalink
fatal error -> warning
Browse files Browse the repository at this point in the history
  • Loading branch information
abma committed Jan 1, 2021
1 parent c2ed502 commit aa43e94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/unitsync/CMakeLists.txt
Expand Up @@ -134,7 +134,7 @@ check_linker_flag("-Wl,--exclude-libs,ALL" LINKER_HAS_EXCLUDELIBS)
if (LINKER_HAS_EXCLUDELIBS)
set_target_properties(unitsync PROPERTIES LINK_FLAGS -Wl,--exclude-libs,ALL)
else()
message(FATAL_ERROR "linker doesn't support -Wl,--exclude-libs,ALL this leads to a broke unitsync.so")
message(WARNING "linker doesn't support -Wl,--exclude-libs,ALL this leads to a broken unitsync.so")
endif()


Expand Down

0 comments on commit aa43e94

Please sign in to comment.