123456789101112131415161718192021222324 |
- diff --git a/plugins/CMakeLists.txt b/plugins/CMakeLists.txt
- index d821217..a41142b 100644
- --- a/plugins/CMakeLists.txt
- +++ b/plugins/CMakeLists.txt
- @@ -6,7 +6,6 @@ function(kerfuffle_add_plugin plugin)
- endfunction()
-
- add_subdirectory( libarchive )
- -add_subdirectory( clirarplugin )
- add_subdirectory( cli7zplugin )
- add_subdirectory( clizipplugin )
- add_subdirectory( libsinglefileplugin )
- diff --git a/plugins/cliunarchiverplugin/CMakeLists.txt b/plugins/cliunarchiverplugin/CMakeLists.txt
- index df7a2b7..cc64313 100644
- --- a/plugins/cliunarchiverplugin/CMakeLists.txt
- +++ b/plugins/cliunarchiverplugin/CMakeLists.txt
- @@ -33,5 +33,5 @@ find_program(UNAR unar)
- if(UNAR)
- message(STATUS "Found unar executable: ${UNAR}")
- else()
- - message(WARNING "Could not find the unar executable. Ark requires unar or unrar to extract RAR archives.")
- + message(WARNING "Could not find the unar executable. Ark requires unar to extract RAR archives.")
- endif()
|