Skip to content

Commit

Permalink
add BEFORE
Browse files Browse the repository at this point in the history
  • Loading branch information
k-yoshimi committed Oct 29, 2018
1 parent 9d6f414 commit c9fc365
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/c++/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ function(add_gtest test)
endfunction(add_gtest)

find_package(GTest REQUIRED)
include_directories(${GTEST_INCLUDE_DIRS})
include_directories(BEFORE ${GTEST_INCLUDE_DIRS})
include_directories(../../c++/include)
include_directories(./)

Expand Down

0 comments on commit c9fc365

Please sign in to comment.