Skip to content

Commit

Permalink
Update External.cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
straubar authored Jul 27, 2020
1 parent 0b1f311 commit 0c5f622
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/External.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ function(add_external_project TARGET)
external_get_property(${TARGET} SOURCE_DIR)
external_get_property(${TARGET} BINARY_DIR)

string(REGEX REPLACE "\-build(/|$)" "\-install" INSTALL_DIR "${BINARY_DIR}")
string(REGEX REPLACE "\-build(/$|$)" "\-install" INSTALL_DIR "${BINARY_DIR}")
external_set_property(${TARGET} INSTALL_DIR "${INSTALL_DIR}")
external_set_property(${TARGET} CONFIG_DIR "${INSTALL_DIR}")

Expand Down

0 comments on commit 0c5f622

Please sign in to comment.