Commit 06f80f2c authored by Christopher Bruns's avatar Christopher Bruns
Browse files

1) Change CMakeLists.txt to use only one PROJECT name at a time

Perhaps this will help nightly builds.

2) Began experimenting with attaching actions to Simulate button
parent 93fbd6a0
...@@ -14,7 +14,11 @@ ...@@ -14,7 +14,11 @@
# libOpenMM_static[_d].a # libOpenMM_static[_d].a
#---------------------------------------------------- #----------------------------------------------------
PROJECT (OpenMM) # Don't create a new project name if this is part of a mega-build from the
# parent directory
IF( NOT PROJECT_NAME )
PROJECT (OpenMM)
ENDIF( NOT PROJECT_NAME )
INCLUDE(Dart) INCLUDE(Dart)
......
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