diff --git a/src/engine/helper/CMakeLists.txt b/src/engine/helper/CMakeLists.txt index 3f37c3c3..d5b14d30 100644 --- a/src/engine/helper/CMakeLists.txt +++ b/src/engine/helper/CMakeLists.txt @@ -23,5 +23,6 @@ if (USE_NULL_UUID) endif() if (NOT USE_NULL_UUID) - target_link_libraries(helper_lib PUBLIC uuid) + message("Warning: uuid library will be linked!") + #target_link_libraries(helper_lib PUBLIC uuid) endif()