Skip to content

Commit bcbfc83

Browse files
include(GNUInstallDirs)
1 parent deb3033 commit bcbfc83

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

cmake/cpp-example-collection.cmake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
include_guard(GLOBAL)
66

77
function(livekit_configure_cpp_example_collection)
8+
include(GNUInstallDirs)
9+
810
# Absolute paths so out-of-tree builds and symlinks behave consistently.
911
get_filename_component(LIVEKIT_CPP_EXAMPLES_SOURCE_DIR
1012
"${LIVEKIT_ROOT_DIR}/cpp-example-collection" ABSOLUTE)
@@ -40,8 +42,6 @@ function(livekit_configure_cpp_example_collection)
4042
VERBATIM
4143
)
4244

43-
# cmake --install /Users/sderosa/workspaces/client-sdk-cpp/build-debug --prefix ~/livekit-sdk-local
44-
4545
set(_lk_examples_configure_args
4646
"-DCMAKE_PREFIX_PATH=${LIVEKIT_CPP_EXAMPLES_INSTALL_PREFIX}"
4747
"-DCMAKE_BUILD_TYPE=${CMAKE_BUILD_TYPE}"

0 commit comments

Comments
 (0)