Skip to content

Commit

Permalink
Moving the catch external dependency to the root for clarity.
Browse files Browse the repository at this point in the history
  • Loading branch information
nfrechette committed Feb 24, 2018
1 parent 2dea933 commit 2761e1f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ project(acl_unit_tests)
set(CMAKE_CXX_STANDARD 11)

include_directories("${PROJECT_SOURCE_DIR}/../includes")
include_directories("${PROJECT_SOURCE_DIR}/external/catch-1.9.6")
include_directories("${PROJECT_SOURCE_DIR}/../external/catch-1.9.6")

# Grab all of our source files
file(GLOB_RECURSE ACL_UNIT_TEST_SOURCE_FILES LIST_DIRECTORIES false
Expand Down

0 comments on commit 2761e1f

Please sign in to comment.