Skip to content

Commit d1c30ff

Browse files
committed
Fixed some example paths in the cmake
1 parent 13834bb commit d1c30ff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@ project(choc_tests)
55
add_executable(choc_tests choc_tests.cpp)
66

77
# To test V8, there needs to be a suitable folder somewhere with a build
8-
# set(V8_LOCATION "/Users/jules/code/v8")
8+
# set(V8_LOCATION "/path_to_your_v8_folder/v8")
99
# set(V8_BUILD_NAME "arm64.release")
1010

1111
# To test the HTTP server, you'll need boost beast and its dependencies, in a
1212
# folder at this location:
13-
# set(BOOST_LOCATION "/Users/jules/code/cmajor-dev/cmajor/3rdParty/boost")
13+
# set(BOOST_LOCATION "/path_to_your_boost_installation/boost")
1414

1515
target_compile_features(choc_tests PRIVATE cxx_std_20)
1616

0 commit comments

Comments
 (0)