diff --git a/generators/CMakeLists.txt b/generators/CMakeLists.txt index 57fbe1fd3..d41993f3b 100644 --- a/generators/CMakeLists.txt +++ b/generators/CMakeLists.txt @@ -1,7 +1,7 @@ # let's enable the generators properly configured if(POPPLER_FOUND) - #add_subdirectory(poppler) + add_subdirectory(poppler) endif(POPPLER_FOUND) if(LIBGS_FOUND) add_subdirectory(ghostview)