mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-21 14:40:26 -06:00
@@ -848,7 +848,8 @@ if(wxWidgets_FIND_STYLE STREQUAL "unix")
|
||||
DBG_MSG_V("wxWidgets required components : ${_cmp_req}")
|
||||
DBG_MSG_V("wxWidgets optional components : ${_cmp_opt}")
|
||||
if(DEFINED _cmp_opt)
|
||||
string(REPLACE ";" "," _cmp_opt "--optional-libs ${_cmp_opt}")
|
||||
string(REPLACE ";" "," _cmp_opt "${_cmp_opt}")
|
||||
set(_cmp_opt "--optional-libs" ${_cmp_opt})
|
||||
endif()
|
||||
string(REPLACE ";" "," _cmp_req "${_cmp_req}")
|
||||
execute_process(
|
||||
|
||||
Reference in New Issue
Block a user