diff options
Diffstat (limited to 'Utilities/cm_lzma.h')
-rw-r--r-- | Utilities/cm_lzma.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Utilities/cm_lzma.h b/Utilities/cm_lzma.h index 02d7e4f..20cf1d7 100644 --- a/Utilities/cm_lzma.h +++ b/Utilities/cm_lzma.h @@ -15,9 +15,9 @@ /* Use the liblzma configured for CMake. */ #include "cmThirdParty.h" #ifdef CMAKE_USE_SYSTEM_LIBLZMA -# include <lzma.h> +#include <lzma.h> #else -# include <cmliblzma/liblzma/api/lzma.h> +#include <cmliblzma/liblzma/api/lzma.h> #endif #endif |