Skip to content

Commit

Permalink
Include guard in vita.cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
devnoname120 authored Jan 14, 2018
1 parent 3aed2d1 commit c15d514
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions cmake_toolchain/vita.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,12 @@
## - VITA_MKSFOEX_FLAGS
## - VITA_PACK_VPK_FLAGS

## add_include_guard() has been added in 3.10, but it's too recent so we don't use it
if(__VITA_CMAKE_INCLUDED__)
return()
endif()
set(__VITA_CMAKE_INCLUDED__ TRUE)

include(CMakeParseArguments)

##################################################
Expand Down

0 comments on commit c15d514

Please sign in to comment.