You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by iv...@apache.org on 2019/04/28 18:28:58 UTC

svn commit: r1858332 - /apr/apr/trunk/CMakeLists.txt

Author: ivan
Date: Sun Apr 28 18:28:58 2019
New Revision: 1858332

URL: http://svn.apache.org/viewvc?rev=1858332&view=rev
Log:
Follow-up to r1838375: Register util-misc/apr_error.c in CMake build.

Modified:
    apr/apr/trunk/CMakeLists.txt

Modified: apr/apr/trunk/CMakeLists.txt
URL: http://svn.apache.org/viewvc/apr/apr/trunk/CMakeLists.txt?rev=1858332&r1=1858331&r2=1858332&view=diff
==============================================================================
--- apr/apr/trunk/CMakeLists.txt (original)
+++ apr/apr/trunk/CMakeLists.txt Sun Apr 28 18:28:58 2019
@@ -336,6 +336,7 @@ SET(APR_SOURCES
   user/win32/groupinfo.c
   user/win32/userinfo.c
   util-misc/apr_date.c
+  util-misc/apr_error.c
   util-misc/apr_queue.c
   util-misc/apr_reslist.c
   util-misc/apr_rmm.c