Skip to content

Commit

Permalink
Fixed include directory in CMakeLists.txt.
Browse files Browse the repository at this point in the history
Test program now builds without physfs.h installed system-wide.
  • Loading branch information
icculus committed Mar 29, 2009
1 parent 544f0f6 commit 47557ee
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions CMakeLists.txt
Expand Up @@ -25,9 +25,7 @@ INCLUDE(CheckIncludeFile)
INCLUDE(CheckLibraryExists)
INCLUDE(CheckCSourceCompiles)

INCLUDE_DIRECTORIES(.)
#INCLUDE_DIRECTORIES(platform)
#INCLUDE_DIRECTORIES(archivers)
INCLUDE_DIRECTORIES(./src)

IF(MACOSX)
# Fallback to older OS X on PowerPC to support wider range of systems...
Expand Down

0 comments on commit 47557ee

Please sign in to comment.