mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-04-27 07:18:33 +02:00
Merge bitcoin/bitcoin#30823: cmake: add USE_SOURCE_PERMISSIONS to all configure_file() usage
1f054eca4ecmake: add USE_SOURCE_PERMISSIONS to all configure_file usage (fanquake) Pull request description: `USE_SOURCE_PERMISSIONS` is the default, so this should not change behaviour. However, being explicit makes it clear what we are doing. Related to #30815. See https://cmake.org/cmake/help/latest/command/configure_file.html#options. ACKs for top commit: hebasto: ACK1f054eca4e. TheCharlatan: ACK1f054eca4eTree-SHA512: efed91b8aa0813100304ee58e169bbf5cfbb7db465ec4f7e6cbbae6053f09a36757bf96b4d1cb9ddf4c1cab0ceb3ab18805ebefa122535518ffb501c9b489d3d
This commit is contained in:
@@ -6,7 +6,7 @@ find_package(Doxygen COMPONENTS dot)
|
||||
|
||||
if(DOXYGEN_FOUND)
|
||||
set(doxyfile ${CMAKE_CURRENT_BINARY_DIR}/Doxyfile)
|
||||
configure_file(Doxyfile.in ${doxyfile})
|
||||
configure_file(Doxyfile.in ${doxyfile} USE_SOURCE_PERMISSIONS)
|
||||
|
||||
# In CMake 3.27, The FindDoxygen module's doxygen_add_docs()
|
||||
# command gained a CONFIG_FILE option to specify a custom doxygen
|
||||
|
||||
Reference in New Issue
Block a user