Skip to content
This repository has been archived by the owner on Nov 20, 2020. It is now read-only.

Commit

Permalink
Fixed install issue (PNG_BINARY_DIR not defined).
Browse files Browse the repository at this point in the history
  • Loading branch information
drahosp committed Nov 20, 2011
1 parent 673c829 commit 970bc62
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ CMAKE_MINIMUM_REQUIRED(VERSION 2.6)
INCLUDE(dist.cmake)

set(PNG_SOURCE_DIR ${CMAKE_CURRENT_SOURCE_DIR})
set(PNG_BINARY_DIR ${CMAKE_CURRENT_BINARY_DIR})

SET(PNG_SHARED TRUE)
SET(PNG_STATIC FALSE)
Expand Down

0 comments on commit 970bc62

Please sign in to comment.