DCPROGS / HJCFIT

Full maximum likelihood fitting of a mechanism directly to the entire sequence of open and shut times, with exact missed events correction.
GNU General Public License v3.0
9 stars 4 forks source link

November's milestone completed #76

Closed raquelalegre closed 8 years ago

raquelalegre commented 8 years ago

See https://github.com/DCPROGS/HJCFIT/milestones

raquelalegre commented 8 years ago

I could also remove the cmake_policy command altogether since it seems to only be needed by my laptop and cause trouble elsewhere. What do you think is best?

jenshnielsen commented 8 years ago

I suggest doing something like

if((CMAKE_MAJOR_VERSION GREATER 3) OR (CMAKE_MAJOR_VERSION EQUAL 3))
  cmake_policy(SET CMP0042 OLD)
endif()