summaryrefslogtreecommitdiffstats
path: root/Utilities/cm_curl.h
diff options
context:
space:
mode:
Diffstat (limited to 'Utilities/cm_curl.h')
-rw-r--r--Utilities/cm_curl.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/Utilities/cm_curl.h b/Utilities/cm_curl.h
index 43944a3..c9835e7 100644
--- a/Utilities/cm_curl.h
+++ b/Utilities/cm_curl.h
@@ -9,15 +9,15 @@
implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
See the License for more information.
============================================================================*/
-#ifndef __cm_curl_h
-#define __cm_curl_h
+#ifndef cm_curl_h
+#define cm_curl_h
/* Use the curl library configured for CMake. */
#include "cmThirdParty.h"
#ifdef CMAKE_USE_SYSTEM_CURL
# include <curl/curl.h>
#else
-# include <cmcurl/curl/curl.h>
+# include <cmcurl/include/curl/curl.h>
#endif
#endif