Browse Source

cmake: fix CPL definition

Victor Seva 7 months ago
parent
commit
feb371852e
1 changed files with 2 additions and 2 deletions
  1. 2 2
      cmake/groups.cmake

+ 2 - 2
cmake/groups.cmake

@@ -167,7 +167,7 @@ set(MOD_LIST_POSTGRES db_postgres)
 set(MOD_LIST_UNIXODBC db_unixodbc)
 
 # * modules depending on xml2 library
-set(MOD_LIST_CPLC cplc)
+set(MOD_LIST_CPL cplc)
 
 # * modules depending on xml2 library
 set(MOD_LIST_XMLDEPS xhttp_pi xmlrpc xmlops)
@@ -385,7 +385,7 @@ set(MOD_LIST_ALL
     ${MOD_LIST_UNIXODBC}
     ${MOD_LIST_XMLDEPS}
     ${MOD_LIST_PERLDEPS}
-    ${MOD_LIST_CPLC}
+    ${MOD_LIST_CPL}
     ${MOD_LIST_XMPP}
     ${MOD_LIST_BERKELEY}
     ${MOD_LIST_UTILS}