Fix getting binary dir of dispatch
This commit is contained in:
parent
91c725d5c2
commit
6518009931
1 changed files with 1 additions and 1 deletions
2
external/dispatch/CMakeLists.txt
vendored
2
external/dispatch/CMakeLists.txt
vendored
|
|
@ -38,7 +38,7 @@ ExternalProject_Add(dispatch
|
|||
<BINARY_DIR>/src/BlocksRuntime/libBlocksRuntime.a
|
||||
)
|
||||
|
||||
ExternalProject_Get_property(jemalloc BINARY_DIR)
|
||||
ExternalProject_Get_property(dispatch BINARY_DIR)
|
||||
set_target_properties(external_dispatch_bundled PROPERTIES
|
||||
IMPORTED_LOCATION "${BINARY_DIR}/src/libdispatch.a"
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue