mirror of
https://github.com/arcan1s/moldyn.git
synced 2025-07-22 01:59:58 +00:00
Release 1.1.0
+ added help window + added help docs + small bug fixes
This commit is contained in:
@ -1,8 +1,8 @@
|
||||
cmake_minimum_required (VERSION 2.8)
|
||||
|
||||
cmake_policy(SET CMP0003 OLD)
|
||||
cmake_policy(SET CMP0011 NEW)
|
||||
cmake_policy(SET CMP0015 NEW)
|
||||
cmake_policy (SET CMP0003 OLD)
|
||||
cmake_policy (SET CMP0011 NEW)
|
||||
cmake_policy (SET CMP0015 NEW)
|
||||
|
||||
# set project name
|
||||
set (PROJECT ${MM_PREFIX}statgen)
|
||||
|
Reference in New Issue
Block a user