Skip to content

Commit ec4bcec

Browse files
committed
Adjust http resolver to new python linking
1 parent dad0f68 commit ec4bcec

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/HttpResolver/wrap/CMakeLists.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ add_library(${AR_HTTPRESOLVER_TARGET_LIB}
1212
)
1313
# Libs
1414
target_link_libraries(${AR_HTTPRESOLVER_TARGET_LIB}
15+
${AR_PYTHON_LIB}
1516
${AR_PXR_LIB_PREFIX}arch
1617
${AR_PXR_LIB_PREFIX}tf
1718
${AR_PXR_LIB_PREFIX}gf
@@ -23,9 +24,9 @@ target_link_libraries(${AR_HTTPRESOLVER_TARGET_LIB}
2324
# Headers
2425
target_include_directories(${AR_HTTPRESOLVER_TARGET_LIB}
2526
PUBLIC
26-
${AR_BOOST_INCLUDE_DIR}
2727
${AR_PYTHON_INCLUDE_DIR}
2828
${AR_PXR_INCLUDE_DIR}
29+
${AR_BOOST_INCLUDE_DIR}
2930
)
3031
# Props
3132
# Remove default "lib" prefix

0 commit comments

Comments
 (0)