Does the following make it buildable with ENABLE_NLS?

```
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 24dfcbb95..596f353b4 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -220,6 +220,9 @@ endif()
 
 if (ENABLE_NLS)
        find_package(Intl REQUIRED)
+       include_directories(${Intl_INCLUDE_DIRS})
+       link_directories(${Intl_LIBRARY_DIRS})
+       link_libraries(${Intl_LIBRARIES})
 endif()
 
 if (ENABLE_SQLITE)

```

-- 
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/issues/2807#issuecomment-1862410501
You are receiving this because you are subscribed to this thread.

Message ID: <rpm-software-management/rpm/issues/2807/1862410...@github.com>
_______________________________________________
Rpm-maint mailing list
Rpm-maint@lists.rpm.org
http://lists.rpm.org/mailman/listinfo/rpm-maint

Reply via email to