-
Notifications
You must be signed in to change notification settings - Fork 47
Closed
Description
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
Labels
No labels