Skip to content

Commit 89cec77

Browse files
committed
Working on release versions for wxWidgets libraries
1 parent c905c01 commit 89cec77

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CMakeLists.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,15 +69,15 @@ endif ()
6969
if (UNIX)
7070
if (EXISTS /usr/local/bin/wx-config-3)
7171
set(wxWidgets_CONFIG_EXECUTABLE /usr/local/bin/wx-config-3)
72-
find_package(wxWidgets REQUIRED xrc stc richtext ribbon propgrid aui gl html qa adv core xml net base)
72+
find_package(wxWidgets QUIET REQUIRED xrc stc richtext ribbon propgrid aui gl html qa adv core xml net base)
7373
else ()
7474
set(wxWidgets_CONFIG_EXECUTABLE $ENV{WXMSW3}/bin/wx-config)
75-
find_package(wxWidgets REQUIRED xrc stc richtext ribbon propgrid aui gl html qa adv core xml net base)
75+
find_package(wxWidgets QUIET REQUIRED xrc stc richtext ribbon propgrid aui gl html qa adv core xml net base)
7676
endif ()
7777
else ()
7878
set(wxWidgets_ROOT_DIR $ENV{WXMSW3})
7979
set(CMAKE_MAP_IMPORTED_CONFIG_DEBUG Release)
80-
find_package(wxWidgets REQUIRED xrc stc richtext ribbon propgrid aui gl html qa adv core xml net base scintilla)
80+
find_package(wxWidgets QUIET REQUIRED xrc stc richtext ribbon propgrid aui gl html qa adv core xml net base scintilla)
8181
endif ()
8282

8383
include(${wxWidgets_USE_FILE})

0 commit comments

Comments
 (0)