aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorspreagtha <36821514+spreagtha@users.noreply.github.com>2020-08-22 17:56:59 -0400
committerGitHub <noreply@github.com>2020-08-22 14:56:59 -0700
commit9002d9bea0e6b90624672e90a409b56de5286fc6 (patch)
treec280f13fe8521ae2449b59d26038a8ae2bbba6a5
parentd7be6017af1a48cfc8232107067c549e208236b7 (diff)
downloadplatform_external_Reactive-Extensions_RxCpp-upstream-master.tar.gz
platform_external_Reactive-Extensions_RxCpp-upstream-master.tar.bz2
platform_external_Reactive-Extensions_RxCpp-upstream-master.zip
* fixed build interface include directories for CMake projects (#536)upstream-master
-rwxr-xr-x[-rw-r--r--]projects/CMake/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/projects/CMake/CMakeLists.txt b/projects/CMake/CMakeLists.txt
index 293f187..8856aa4 100644..100755
--- a/projects/CMake/CMakeLists.txt
+++ b/projects/CMake/CMakeLists.txt
@@ -152,7 +152,7 @@ install(DIRECTORY ${RXCPP_DIR}/Rx/v2/src/rxcpp/ DESTINATION include/rxcpp
add_library(rxcpp INTERFACE)
target_include_directories(rxcpp INTERFACE
- $<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}/include>
+ $<BUILD_INTERFACE:${RXCPP_DIR}/Rx/v2/src/>
$<INSTALL_INTERFACE:include/rxcpp>
)