mirror of
https://github.com/hrydgard/ppsspp.git
synced 2024-11-23 13:30:02 +00:00
commit
1b49b17b89
@ -775,7 +775,7 @@ if(NOT MSVC)
|
||||
endif()
|
||||
|
||||
|
||||
find_package(LibZip)
|
||||
find_package(LIBZIP)
|
||||
if(LIBZIP_FOUND AND USE_SYSTEM_LIBZIP)
|
||||
add_definitions(-DSHARED_LIBZIP)
|
||||
else()
|
||||
|
@ -19,7 +19,6 @@
|
||||
# You should have received a copy of the GNU Lesser General Public License
|
||||
# along with this program. If not, see <http://www.gnu.org/licenses/>
|
||||
|
||||
|
||||
# Locate libzip
|
||||
# This module defines
|
||||
# LIBZIP_LIBRARY
|
Loading…
Reference in New Issue
Block a user