Skip to content

Commit 8553608

Browse files
committed
fix(cmake): use the right variable exported from BoostConfig.cmake
1 parent c0831b7 commit 8553608

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ if(GRAPHQL_BUILD_HTTP_SAMPLE)
1515
try_compile(TEST_RESULT
1616
${CMAKE_CURRENT_BINARY_DIR}
1717
${CMAKE_CURRENT_SOURCE_DIR}/../cmake/test_boost_beast.cpp
18-
CMAKE_FLAGS -DINCLUDE_DIRECTORIES:STRING=${Boost_INCLUDE_DIR}
18+
CMAKE_FLAGS -DINCLUDE_DIRECTORIES:STRING=${Boost_INCLUDE_DIRS}
1919
CXX_STANDARD 20)
2020

2121
if(TEST_RESULT)

0 commit comments

Comments
 (0)