Skip to content

Commit

Permalink
Fix CMake warning when testing for LFS
Browse files Browse the repository at this point in the history
Update issue #442
  • Loading branch information
mayeut committed Jul 4, 2015
1 parent 237ddd7 commit 35ddb3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/TestLargeFiles.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
#

macro(OPJ_TEST_LARGE_FILES VARIABLE)
if("${VARIABLE}" MATCHES "^${VARIABLE}$")
if(NOT DEFINED ${VARIABLE})

# On most platforms it is probably overkill to first test the flags for 64-bit off_t,
# and then separately fseeko. However, in the future we might have 128-bit filesystems
Expand Down

0 comments on commit 35ddb3a

Please sign in to comment.