Author: rinrab
Date: Thu Aug 15 11:35:16 2024
New Revision: 1919910

URL: http://svn.apache.org/viewvc?rev=1919910&view=rev
Log:
On the 'cmake' branch: Follow-up to r1919837: Fix utf8proc package name.

The problem is reproducible when using external (installed) utf8proc library
on Unix operating systems.

* CMakeLists.txt
  (utf8proc): Capitalize utf8proc package name.

Modified:
    subversion/branches/cmake/CMakeLists.txt

Modified: subversion/branches/cmake/CMakeLists.txt
URL: 
http://svn.apache.org/viewvc/subversion/branches/cmake/CMakeLists.txt?rev=1919910&r1=1919909&r2=1919910&view=diff
==============================================================================
--- subversion/branches/cmake/CMakeLists.txt (original)
+++ subversion/branches/cmake/CMakeLists.txt Thu Aug 15 11:35:16 2024
@@ -221,7 +221,7 @@ if(SVN_USE_INTERNAL_UTF8PROC)
     UTF8PROC_VERSION_MAJOR UTF8PROC_VERSION_MINOR UTF8PROC_VERSION_PATCH
   )
 else()
-  find_package(utf8proc REQUIRED)
+  find_package(UTF8PROC REQUIRED)
   add_library(external-utf8proc ALIAS UTF8PROC::UTF8PROC)
 endif()
 


Reply via email to