Unverified Commit adf1843f authored by Peter Eastman's avatar Peter Eastman Committed by GitHub
Browse files

Fix error running ctest (#4874)

parent 13c13396
...@@ -27,6 +27,8 @@ CMAKE_POLICY(SET CMP0003 NEW) ...@@ -27,6 +27,8 @@ 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(CTest)
# 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