Skip to content

Commit

Permalink
update cmake build
Browse files Browse the repository at this point in the history
  • Loading branch information
admercs committed Mar 6, 2024
1 parent 5944de5 commit c5cf92e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/RpcLibWrapper/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ if(UNIX)
set(CMAKE_CXX_FLAGS "${RPC_LIB_DEFINES} ${CMAKE_CXX_FLAGS}")
endif()

add_subdirectory("${AUTONOMYSIM_ROOT}/external/rpclib/${RPCLIB_VERSION_FOLDER}" "${CMAKE_CURRENT_BINARY_DIR}/rpclib")
add_subdirectory("${AUTONOMYSIM_ROOT}/external/rpclib/$rpclib-{RPCLIB_VERSION}" "${CMAKE_CURRENT_BINARY_DIR}/rpclib")

0 comments on commit c5cf92e

Please sign in to comment.