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

fix compile

parent 9bf2a5c3
No related branches found
No related tags found
No related merge requests found
...@@ -23,12 +23,12 @@ set(SRC ...@@ -23,12 +23,12 @@ set(SRC
MallocUtils.cpp MallocUtils.cpp
onelabUtils.cpp onelabUtils.cpp
GamePad.cpp GamePad.cpp
GmshRemote.cpp
) )
if(ENABLE_ONELAB AND NOT ENABLE_ONELAB2) if(ENABLE_ONELAB AND NOT ENABLE_ONELAB2)
set(SRC set(SRC
${SRC} ${SRC}
GmshRemote.cpp
gmshLocalNetworkClient.cpp gmshLocalNetworkClient.cpp
) )
endif(ENABLE_ONELAB AND NOT ENABLE_ONELAB2) endif(ENABLE_ONELAB AND NOT ENABLE_ONELAB2)
......
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
#include <sstream> #include <sstream>
#include "GmshMessage.h" #include "GmshMessage.h"
#if defined(HAVE_ONELAB) && defined(HAVE_POST) #if defined(HAVE_ONELAB) && defined(HAVE_POST) && !defined(HAVE_ONELAB2)
#include "onelab.h" #include "onelab.h"
#include "OpenFile.h" #include "OpenFile.h"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment