Skip to content

Commit a241ae3

Browse files
committed
Fix typo
1 parent 7723adb commit a241ae3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/cmake/Configuration.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ block()
196196

197197
# This would resemble the PHP Autotools --with-layout=GNU:
198198
#set(extensionDir "${CMAKE_INSTALL_LIBDIR}/php/${zendModuleApiNo}$<$<BOOL:$<TARGET_PROPERTY:php_configuration,PHP_THREAD_SAFETY>>:-zts>$<$<CONFIG:Debug,DebugAssertions>:-debug>")
199-
# This would ressemble the PHP Autotools --with-layout=PHP (default):
199+
# This would resemble the PHP Autotools --with-layout=PHP (default):
200200
#set(extensionDir "${CMAKE_INSTALL_LIBDIR}/php/extensions/$<IF:$<CONFIG:Debug,DebugAssertions>,debug,no-debug>$<IF:$<BOOL:$<TARGET_PROPERTY:php_configuration,PHP_THREAD_SAFETY>>,-zts,-non-zts>-${zendModuleApiNo}")
201201

202202
set_property(CACHE PHP_EXTENSION_DIR PROPERTY VALUE "${extensionDir}")

0 commit comments

Comments
 (0)