Skip to content

3.0.0 installation error #93

@dpo

Description

@dpo

On OSX 10.9, I get the following when building release 3.0.0:

CMake Error at doc/cmake_install.cmake:31 (file):
  file INSTALL cannot find
  "/tmp/asl20160325-1399-1bc5h1m/mp-3.0.0/doc/ampl.github.io".
Call Stack (most recent call first):
  cmake_install.cmake:60 (include)

This is at 100% of the build; everything else went well. In doc/cmake_install.cmake, there is

if(NOT CMAKE_INSTALL_COMPONENT OR "${CMAKE_INSTALL_COMPONENT}" STREQUAL "Unspecified")
  file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/share/doc/mp" TYPE DIRECTORY FILES "/tmp/asl20160325-1399-1bc5h1m/mp-3.0.0/doc/ampl.github.io/" REGEX "/\\.[^/]*$" EXCLUDE)
endif()

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions