We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent deb3033 commit bcbfc83Copy full SHA for bcbfc83
1 file changed
cmake/cpp-example-collection.cmake
@@ -5,6 +5,8 @@
5
include_guard(GLOBAL)
6
7
function(livekit_configure_cpp_example_collection)
8
+ include(GNUInstallDirs)
9
+
10
# Absolute paths so out-of-tree builds and symlinks behave consistently.
11
get_filename_component(LIVEKIT_CPP_EXAMPLES_SOURCE_DIR
12
"${LIVEKIT_ROOT_DIR}/cpp-example-collection" ABSOLUTE)
@@ -40,8 +42,6 @@ function(livekit_configure_cpp_example_collection)
40
42
VERBATIM
41
43
)
44
- # cmake --install /Users/sderosa/workspaces/client-sdk-cpp/build-debug --prefix ~/livekit-sdk-local
-
45
set(_lk_examples_configure_args
46
"-DCMAKE_PREFIX_PATH=${LIVEKIT_CPP_EXAMPLES_INSTALL_PREFIX}"
47
"-DCMAKE_BUILD_TYPE=${CMAKE_BUILD_TYPE}"
0 commit comments