File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -431,7 +431,7 @@ if(EXT_DBA_DBM)
431
431
PURPOSE "Necessary to enable the DBM handler in the dba extension."
432
432
)
433
433
434
- target_link_libraries (php_dba PRIVATE Dbm::Dbm )
434
+ target_link_libraries (php_ext_dba PRIVATE Dbm::Dbm )
435
435
436
436
target_sources (php_ext_dba PRIVATE dba_dbm.c )
437
437
@@ -500,7 +500,7 @@ if(EXT_DBA_NDBM)
500
500
PURPOSE "Necessary to enable the ndbm handler in the dba extension."
501
501
)
502
502
503
- target_link_libraries (php_dba PRIVATE Ndbm::Ndbm )
503
+ target_link_libraries (php_ext_dba PRIVATE Ndbm::Ndbm )
504
504
505
505
target_sources (php_ext_dba PRIVATE dba_ndbm.c )
506
506
Original file line number Diff line number Diff line change @@ -278,7 +278,7 @@ target_sources(
278
278
xpath_callbacks.h
279
279
)
280
280
281
- target_include_directories (php_dom PRIVATE ${CMAKE_CURRENT_SOURCE_DIR} /lexbor )
281
+ target_include_directories (php_ext_dom PRIVATE ${CMAKE_CURRENT_SOURCE_DIR} /lexbor )
282
282
283
283
target_compile_definitions (
284
284
php_ext_dom
Original file line number Diff line number Diff line change @@ -196,7 +196,7 @@ cmake_push_check_state(RESET)
196
196
endif ()
197
197
198
198
if (HAVE_SCHED_GETCPU AND library )
199
- target_link_libraries (php_pcntl PRIVATE ${library} )
199
+ target_link_libraries (php_ext_pcntl PRIVATE ${library} )
200
200
endif ()
201
201
endblock ()
202
202
cmake_pop_check_state ()
You can’t perform that action at this time.
0 commit comments