"vscode:/vscode.git/clone" did not exist on "b7ee3022b02a4534055cafcbd6f30da606e5d41c"
Commit f8b51ca7 authored by peastman's avatar peastman
Browse files

Fixed error in travis builds

parent 96fbe097
...@@ -27,6 +27,9 @@ CMAKE_POLICY(SET CMP0003 NEW) ...@@ -27,6 +27,9 @@ CMAKE_POLICY(SET CMP0003 NEW)
CMAKE_POLICY(SET CMP0005 NEW) CMAKE_POLICY(SET CMP0005 NEW)
CMAKE_POLICY(SET CMP0011 NEW) CMAKE_POLICY(SET CMP0011 NEW)
INCLUDE(Dart)
MARK_AS_ADVANCED(DART_ROOT)
# We have custom cmake modules for FindOpenMM and running python tests # We have custom cmake modules for FindOpenMM and running python tests
SET(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_SOURCE_DIR}/cmake_modules") SET(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_SOURCE_DIR}/cmake_modules")
......
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