Prevent wxWidgets_CONFIG_OPTIONS specified on the command line from being overwritten. (fixes lp:1472919)

This commit is contained in:
Jan Dubiec 2015-07-21 09:14:38 -04:00 committed by Wayne Stambaugh
parent 8482637c83
commit e173023e27
1 changed files with 1 additions and 1 deletions

View File

@ -428,7 +428,7 @@ include( CheckFindPackageResult )
add_definitions( -DWX_COMPATIBILITY )
# See line 41 of CMakeModules/FindwxWidgets.cmake
set( wxWidgets_CONFIG_OPTIONS --static=no )
set( wxWidgets_CONFIG_OPTIONS ${wxWidgets_CONFIG_OPTIONS} --static=no )
find_package( wxWidgets 3.0.0 COMPONENTS gl aui adv html core net base xml stc REQUIRED )