Bug #1436
missing mdrun target with GMX_BUILD_MDRUN_ONLY=ON
Description
If I switch GMX_BUILD_MDRUN_ONLY to ON using in ccmake (then re-configure by pressing "c"), the mdrun target does not get
generated. However, if I change the option using cmake on the command line or similarly, if I run make after using ccmake - which notices the change and triggers cmake, the target does get created.
Reproduced with CMake v2.8.9 and v2.8.12.1.
History
#1 Updated by Teemu Murtola almost 7 years ago
- Status changed from New to Rejected
- Assignee changed from Mark Abraham to Szilárd Páll
After pressing "c" in ccmake
, you must press "g" instead of "q". Please read the help for ccmake (took me some time to figure this out, too). ;) If this doesn't solve the problem, please reopen the issue. But it did solve the problem for me.