Skip to content

Commit de8f3f2

Browse files
committed
update cmake includes
1 parent 09f9027 commit de8f3f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ project(${PROJECT_NAME})
66
SET(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++11 -O3" )
77

88
INCLUDE_DIRECTORIES("..")
9-
INCLUDE_DIRECTORIES(${GTEST_INCLUDE_DIRS})
9+
INCLUDE_DIRECTORIES("../googletest-release-1.8.0/googletest/include")
1010

1111
# add gtest (building with same compiler is best option)
1212
add_subdirectory(googletest-release-1.8.0)

0 commit comments

Comments
 (0)