Skip to content

Commit

Permalink
refs ST-2362 [*] update gtest in cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
thucpham committed Nov 6, 2023
1 parent ef8e1eb commit 42e95bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ find_package(Boost COMPONENTS filesystem system serialization REQUIRED)

include_directories(
${source_dir}/include
${GTEST_INCLUDE_DIRS}
${GTest_INCLUDE_DIRS}
)

target_include_directories(${PROJECT_NAME}-test PUBLIC
Expand Down

0 comments on commit 42e95bd

Please sign in to comment.