diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cd65575..689f559 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -86,7 +86,7 @@ jobs: - name: Add DLL path (Windows only) if: matrix.os == 'windows-latest' - run: echo "${{ env.INSTALL_PREFIX }}/lib" >> $env:GITHUB_PATH + run: echo "${{ env.INSTALL_PREFIX }}/bin" >> $env:GITHUB_PATH - name: Configure project with CMake working-directory: module diff --git a/external/CMakeLists.txt b/external/CMakeLists.txt index 81f8030..04f4bc4 100644 --- a/external/CMakeLists.txt +++ b/external/CMakeLists.txt @@ -1,3 +1,5 @@ +opendaq_get_cmake_mode(_LT_STREAMING_CMAKE_MODERN_MODE_SAVED) +opendaq_set_cmake_mode(ANCIENT) set(CMAKE_FOLDER external) list(APPEND CMAKE_MESSAGE_CONTEXT external) @@ -9,3 +11,4 @@ endif() add_subdirectory(ws-streaming EXCLUDE_FROM_ALL) +opendaq_set_cmake_mode(${_LT_STREAMING_CMAKE_MODERN_MODE_SAVED}) diff --git a/opendaq_ref b/opendaq_ref index 88d050b..d0a6910 100644 --- a/opendaq_ref +++ b/opendaq_ref @@ -1 +1 @@ -main \ No newline at end of file +4757349a1db30721bead0cb695ec3a147913aef4