We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0df8e61 commit 682a590Copy full SHA for 682a590
cmake/cmake/Configuration.cmake
@@ -110,10 +110,9 @@ if(NOT CMAKE_SYSTEM_NAME STREQUAL "Windows")
110
)
111
mark_as_advanced(PHP_CONFIG_FILE_PATH)
112
if(NOT PHP_CONFIG_FILE_PATH)
113
- # TODO: Fix this for the 'cmake --install ... --prefix' case.
114
set_property(
115
CACHE PHP_CONFIG_FILE_PATH
116
- PROPERTY VALUE "${CMAKE_INSTALL_FULL_SYSCONFDIR}"
+ PROPERTY VALUE "${CMAKE_INSTALL_SYSCONFDIR}"
117
118
endif()
119
0 commit comments