Skip to content

Commit

Permalink
Update debug_assert
Browse files Browse the repository at this point in the history
  • Loading branch information
foonathan committed Jan 25, 2018
1 parent bf83762 commit 5f9a270
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion external/debug_assert
2 changes: 1 addition & 1 deletion external/external.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ else()
message(STATUS "Installing debug_assert via submodule")
execute_process(COMMAND git submodule update --init -- external/debug_assert
WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR})
add_subdirectory(${CMAKE_CURRENT_SOURCE_DIR}/external/debug_assert)
add_subdirectory(${CMAKE_CURRENT_SOURCE_DIR}/external/debug_assert EXCLUDE_FROM_ALL)
endif()
endif()

0 comments on commit 5f9a270

Please sign in to comment.