Skip to content

Commit

Permalink
so it was thinking it was xcode all the time. hmm
Browse files Browse the repository at this point in the history
  • Loading branch information
galkahana committed Nov 17, 2018
1 parent ab4a0bd commit 72d703b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -56,3 +56,6 @@ jpegsr8d
jpeg-8d
*.gz
Downloads

# notes etc.
etc
4 changes: 3 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@ cmake_minimum_required (VERSION 2.6)

set(USE_BUNDLED TRUE CACHE BOOL "Whether to use bundled libraries")

set(IS_XCODE CMAKE_GENERATOR STREQUAL Xcode)
if(CMAKE_GENERATOR STREQUAL "Xcode")
set(IS_XCODE TRUE)
endif(CMAKE_GENERATOR STREQUAL "Xcode")

if(NOT USE_BUNDLED)
FIND_PACKAGE(PkgConfig)
Expand Down

0 comments on commit 72d703b

Please sign in to comment.