martinsch / pgmlink

pgmLink - A Tracking-by-Assignment Software
Other
16 stars 11 forks source link

Make CMakeList require a cmake version which can cope with GenerateExportHeader #3

Closed martinsch closed 10 years ago

martinsch commented 10 years ago

Are you sure 2.8.6 is enough? On this laptop with cmake 2.8.6, I get the same error. Updated my cmake and now it works.

hanslovsky commented 10 years ago

According to http://www.cmake.org/Wiki/BuildingWinDLL GenerateExportHeader is included in cmake >= 2.8.6. However, we can choose any later release.