Skip to content
This repository has been archived by the owner on Apr 29, 2024. It is now read-only.

Commit

Permalink
Overlooked include.
Browse files Browse the repository at this point in the history
  • Loading branch information
luke iwanski committed Sep 21, 2016
1 parent 781c6b1 commit 59c7a1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/common.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ include_directories(
${GTEST_INCLUDE_DIRS}
${OpenCV_INCLUDE_DIRS}
${PROJECT_SOURCE_DIR}/include
${COMPUTECPP_INCLUDE}
${COMPUTECPP_PACKAGE_ROOT_DIR}/include
)

link_directories(${GTEST_LIBRARIES} ${COMPUTECPP_LIBS})
Expand Down

0 comments on commit 59c7a1b

Please sign in to comment.