[CMake] wxWidgets: 2.8.9

Miguel A. Figueroa-Villanueva miguelf at ieee.org
Fri Oct 3 07:50:37 EDT 2008


Hello,

I'll work on this over the weekend... I also need to apply a fix
because msw??/build.cfg is not available in all platforms...

--Miguel

On 10/3/08, Steven Van Ingelgem <steven at vaningelgem.be> wrote:
> Please note that the current wxWidgets file cannot find unicode projects...
> So you should add "mswu/build.cfg mswud/build.cfg" to the FIND_PATH as
> written below:
>
>
>     IF(BUILD_SHARED_LIBS)
>       FIND_PATH(wxWidgets_LIB_DIR
>         NAMES msw/build.cfg mswd/build.cfg *mswu/build.cfg mswud/build.cfg*
>         PATHS
>         ${WX_ROOT_DIR}/lib/${WX_LIB_DIR_PREFIX}_dll   # prefer shared
>         ${WX_ROOT_DIR}/lib/${WX_LIB_DIR_PREFIX}_lib
>         DOC "Path to wxWidgets libraries?"
>         NO_DEFAULT_PATH
>         )
>     ELSE(BUILD_SHARED_LIBS)
>       FIND_PATH(wxWidgets_LIB_DIR
>         NAMES msw/build.cfg mswd/build.cfg *mswu/build.cfg mswud/build.cfg*
>         PATHS
>         ${WX_ROOT_DIR}/lib/${WX_LIB_DIR_PREFIX}_lib   # prefer static
>         ${WX_ROOT_DIR}/lib/${WX_LIB_DIR_PREFIX}_dll
>         DOC "Path to wxWidgets libraries?"
>         NO_DEFAULT_PATH
>         )
>     ENDIF(BUILD_SHARED_LIBS)
>
>
> Greetings,
> Steven
>
>
> 2008/10/3 Steven Van Ingelgem <steven at vaningelgem.be>
>
>> Is it possible to add wxWidgets 2.8.9 to the list? It has been released as
>> "stable".
>>
>>
>> Thanks,
>> Steven
>>
>


-- 
Miguel A. Figueroa Villanueva
+1 787 832-4040 x.3205
Department of Electrical and Computer Engineering
University of Puerto Rico - Mayagüez Campus


More information about the CMake mailing list