"platforms/opencl/vscode:/vscode.git/clone" did not exist on "feb79f770145bb12c99bbe058e29d077a381465d"
Commit 809c1308 authored by Peter Eastman's avatar Peter Eastman
Browse files

Fixed error in CMake file

parent 86fc3001
...@@ -427,7 +427,7 @@ ENDIF (EXECUTABLE_OUTPUT_PATH) ...@@ -427,7 +427,7 @@ ENDIF (EXECUTABLE_OUTPUT_PATH)
# Build and install documentation # Build and install documentation
INCLUDE(cmake_modules/ApiDoxygen.cmake) INCLUDE(cmake_modules/ApiDoxygen.cmake)
install(FILES docs/UserGuide/OpenMMUserGuide.pdf install(FILES docs/UsersGuide/OpenMMUsersGuide.pdf
DESTINATION docs) DESTINATION docs)
ADD_SUBDIRECTORY(tests) ADD_SUBDIRECTORY(tests)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment