Author: rinrab
Date: Tue Jul 23 13:32:43 2024
New Revision: 1919472

URL: http://svn.apache.org/viewvc?rev=1919472&view=rev
Log:
On the 'cmake' branch, following up to r1919443:

Do not configure private config twice to prevent rebuild after CMake
configure step.

* CMakeLists.txt: Remove duplicated configure_file invocation; it was copied
  down, but wasn't from removed its older position.

Modified:
    subversion/branches/cmake/CMakeLists.txt

Modified: subversion/branches/cmake/CMakeLists.txt
URL: 
http://svn.apache.org/viewvc/subversion/branches/cmake/CMakeLists.txt?rev=1919472&r1=1919471&r2=1919472&view=diff
==============================================================================
--- subversion/branches/cmake/CMakeLists.txt (original)
+++ subversion/branches/cmake/CMakeLists.txt Tue Jul 23 13:32:43 2024
@@ -95,11 +95,6 @@ endif()
 
 set(PRIVATE_CONFIG_DEFINITIONS "")
 
-configure_file(
-  "${CMAKE_CURRENT_SOURCE_DIR}/subversion/svn_private_config.hc"
-  "${CMAKE_CURRENT_BINARY_DIR}/svn_private_config.h"
-)
-
 if (SVN_ENABLE_RA_LOCAL)
   add_compile_definitions("SVN_LIBSVN_RA_LINKS_RA_LOCAL")
 endif()


Reply via email to