Skip to content
Snippets Groups Projects
Commit 637b5739 authored by Thomas Jürges's avatar Thomas Jürges
Browse files

SW-610: Use cmake defined ifdef(HAVE_CASACORE) instead of ifdef(casacore)

parent 93ad9e43
No related branches found
No related tags found
No related merge requests found
......@@ -23,7 +23,7 @@
#include <ParmDB/ParmFacade.h>
#include <casacore/casa/aips.h>
#if defined(casacore)
#if defined(HAVE_CASACORE)
#include <casacore/python/Converters/PycExcp.h>
#include <casacore/python/Converters/PycBasicData.h>
#include <casacore/python/Converters/PycRecord.h>
......
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