Skip to content

Commit 1035b56

Browse files
committed
Merge branch 'ortools_build' into ortool__full_release
2 parents 4763bfb + 717ca60 commit 1035b56

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

CMakeLists.txt

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -69,14 +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 ()
78-
set(wxWidgets_ROOT_DIR $ENV{WXMSW3})
79-
find_package(wxWidgets REQUIRED xrc stc richtext ribbon propgrid aui gl html qa adv core xml net base scintilla)
78+
# set(wxWidgets_ROOT_DIR $ENV{WXMSW3})
79+
# set(CMAKE_MAP_IMPORTED_CONFIG_DEBUG Release)
80+
# find_package(wxWidgets QUIET REQUIRED xrc stc richtext ribbon propgrid aui gl html qa adv core xml net base scintilla)
8081
endif ()
8182

8283
include(${wxWidgets_USE_FILE})

0 commit comments

Comments
 (0)