Skip to content

Commit

Permalink
removing PNG and JPEG lib checks
Browse files Browse the repository at this point in the history
  • Loading branch information
soumith committed Jun 9, 2014
1 parent f3882bc commit d1a51b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 3rdparty/image/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ CMAKE_MINIMUM_REQUIRED(VERSION 2.6 FATAL_ERROR)
CMAKE_POLICY(VERSION 2.6)

FIND_PACKAGE(Torch REQUIRED)
FIND_PACKAGE(JPEG QUIET)
FIND_PACKAGE(PNG QUIET)
# FIND_PACKAGE(JPEG QUIET)
# FIND_PACKAGE(PNG QUIET)

if (JPEG_FOUND)
SET(src jpeg.c)
Expand Down

0 comments on commit d1a51b9

Please sign in to comment.