Skip to content
Snippets Groups Projects
Commit 3c1b6606 authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

trying to fix compile on win32 witout fltk

parent 562f8c8a
No related branches found
No related tags found
No related merge requests found
......@@ -779,6 +779,10 @@ if(MSVC)
list(APPEND EXTERNAL_LIBRARIES "ws2_32")
endif(MSVC)
if(WIN32 AND NOT HAVE_FLTK)
list(APPEND EXTERNAL_LIBRARIES "ws2_32 wsock32")
endif(WIN32 AND NOT HAVE_FLTK)
list(SORT CONFIG_OPTIONS)
set(GMSH_CONFIG_OPTIONS "")
foreach(OPT ${CONFIG_OPTIONS})
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment