File tree Expand file tree Collapse file tree 2 files changed +4
-29
lines changed
Expand file tree Collapse file tree 2 files changed +4
-29
lines changed Original file line number Diff line number Diff line change 22# OpenMM Example Plugin
33#----------------------------------------------------
44
5- CMAKE_MINIMUM_REQUIRED (VERSION 2.8)
5+ CMAKE_MINIMUM_REQUIRED (VERSION 3.17)
6+
7+ PROJECT (OpenMMExamplePlugin)
68
79# We need to know where OpenMM is installed so we can access the headers and libraries.
810SET (OPENMM_DIR "/usr/local/openmm" CACHE PATH "Where OpenMM is installed" )
@@ -85,7 +87,7 @@ ADD_SUBDIRECTORY(platforms/reference)
8587ADD_SUBDIRECTORY (platforms/common)
8688
8789SET (CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_SOURCE_DIR} " )
88- FIND_PACKAGE (OpenCL QUIET )
90+ FIND_PACKAGE (OPENCL QUIET )
8991IF (OPENCL_FOUND)
9092 SET (EXAMPLE_BUILD_OPENCL_LIB ON CACHE BOOL "Build implementation for OpenCL" )
9193ELSE (OPENCL_FOUND)
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments