diff --git a/tools/unitsync/CMakeLists.txt b/tools/unitsync/CMakeLists.txt index 94e6deaeb01..3c36d95f7c6 100644 --- a/tools/unitsync/CMakeLists.txt +++ b/tools/unitsync/CMakeLists.txt @@ -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()