Skip to content

Commit

Permalink
Set non-conan jwt-cpp build and install directories
Browse files Browse the repository at this point in the history
  • Loading branch information
lo-simon committed Dec 14, 2023
1 parent 63fcbe7 commit 046c761
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Development/cmake/NmosCppDependencies.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -505,8 +505,8 @@ else()
nmos-cpp::compile-settings
)
target_include_directories(jwt-cpp PUBLIC
$<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}/third_party>
$<INSTALL_INTERFACE:${NMOS_CPP_INSTALL_INCLUDEDIR}/third_party>
$<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}>
$<INSTALL_INTERFACE:${NMOS_CPP_INSTALL_INCLUDEDIR}>
)
endif()

Expand Down

0 comments on commit 046c761

Please sign in to comment.