

(3) This bug report looks promising but if I have my External Project print out the value of CMAKE_INSTALL_PREFIX it gives me build/extern-prefix.(2) This mailing list entry is similar but also seems to be Linux only.

#Cmake install bin windows#

The default install step builds the install target of the external project The external project’s install rules are not part of the main project’s install rules, so if anything from the external project should be installed as part of the main build, these need to be specified in the main build as additional install() commands. The documentation for ExternalProject mentions this: I am looking to have CMake clone and build a git repository as an ExternalProject, then package in the resulting binary files with the main project.
