From 7adc8d9ac9111301b28705e80ac9513f1cfbc81a Mon Sep 17 00:00:00 2001 From: "Joshua M. Doe" Date: Wed, 15 Apr 2020 09:22:28 -0400 Subject: [PATCH] freeimage: disable plugin for now, as it hasn't been ported to 1.0 yet See #23 --- ext/CMakeLists.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ext/CMakeLists.txt b/ext/CMakeLists.txt index 7e2dbf4..3722f9d 100644 --- a/ext/CMakeLists.txt +++ b/ext/CMakeLists.txt @@ -1,6 +1,6 @@ -if(FREEIMAGE_FOUND) - add_subdirectory (freeimage) -endif(FREEIMAGE_FOUND) +#if(FREEIMAGE_FOUND) +# add_subdirectory (freeimage) +#endif(FREEIMAGE_FOUND) if(GIGESIM_FOUND) add_subdirectory (gigesim)