In progress...
This commit is contained in:
parent
87b2791835
commit
5a847908e2
|
@ -6,8 +6,7 @@ LIST (APPEND CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR}/cmake/backbone)
|
|||
|
||||
ExternalProject_Add (core
|
||||
SOURCE_DIR ${CMAKE_SOURCE_DIR}/core
|
||||
CMAKE_ARGS -DCMAKE_INSTALL_PREFIX:PATH=image
|
||||
INSTALL_DIR image
|
||||
CMAKE_ARGS -DCMAKE_INSTALL_PREFIX:PATH=${CMAKE_BINARY_DIR}/image
|
||||
)
|
||||
|
||||
INCLUDE (CPackCommonRules)
|
||||
|
|
Loading…
Reference in New Issue