Skip to content

Commit

Permalink
Merge branch 'macos-framework' of xzcvczx/geos into master
Browse files Browse the repository at this point in the history
Move add_dependencies(geos_c geos_revision) up for MacOSX
  • Loading branch information
robe2 authored and Gitea committed Oct 19, 2018
2 parents 4ff201d + 4a6ec06 commit d9546f6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion capi/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,10 @@ if(NOT GEOS_ENABLE_MACOSX_FRAMEWORK AND GEOS_BUILD_SHARED)
CLEAN_DIRECT_OUTPUT 1)
endif()

add_dependencies(geos_c geos_revision)

endif()

add_dependencies(geos_c geos_revision)

#################################################################################
# Installation
Expand Down

0 comments on commit d9546f6

Please sign in to comment.