Skip to content
Snippets Groups Projects
Commit b3478ff1 authored by Guillaume Pasero's avatar Guillaume Pasero
Browse files

ENH: fix include guards

parent 05a06793
No related branches found
No related tags found
No related merge requests found
......@@ -16,6 +16,7 @@
=========================================================================*/
#ifndef __otb_curl_h
#define __otb_curl_h
#cmakedefine OTB_CURL_MULTI_AVAILABLE
#include <curl/curl.h>
......
......@@ -16,6 +16,7 @@
=========================================================================*/
#ifndef __otb_muparser_h
#define __otb_muparser_h
/* MuParser has "&&" and "||" operators (version >= 2.0.0), instead of "and" and "or" (version <2.0.0 version) */
#cmakedefine OTB_MUPARSER_HAS_CXX_LOGICAL_OPERATORS
......
......@@ -16,6 +16,7 @@
=========================================================================*/
#ifndef __otb_tinyxml_h
#define __otb_tinyxml_h
#ifndef TIXML_USE_STL
#cmakedefine TIXML_USE_STL
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment