Skip to content

Commit

Permalink
Fix a few whitespace issues
Browse files Browse the repository at this point in the history
  • Loading branch information
lethosor committed Sep 15, 2016
1 parent 39608f8 commit 1029e0f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ endif()
# check for change in arch (32<->64)
if(UNIX)
GET_PROPERTY(DFHACK_CACHED_ARCH CACHE STRING PROPERTY DFHACK_BUILD_ARCH)
if(NOT "${DFHACK_BUILD_ARCH}" STREQUAL "${DFHACK_CACHED_ARCH}")
if(NOT "${DFHACK_BUILD_ARCH}" STREQUAL "${DFHACK_CACHED_ARCH}")
unset(ZLIB_LIBRARY CACHE)
unset(CMAKE_HAVE_PTHREAD_H CACHE)
endif()
Expand Down
2 changes: 1 addition & 1 deletion depends/protobuf/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ IF (HAVE_HASH_MAP EQUAL 0)
ENDIF()

IF(UNIX)
FIND_PACKAGE(Threads REQUIRED)
FIND_PACKAGE(Threads REQUIRED)
ENDIF()

CONFIGURE_FILE("${CMAKE_CURRENT_SOURCE_DIR}/config.h.in" "${CMAKE_CURRENT_BINARY_DIR}/config.h")
Expand Down

0 comments on commit 1029e0f

Please sign in to comment.