jamoma / JamomaCore

Jamoma Frameworks for Audio and Control Structure
Other
36 stars 14 forks source link

CMake failed to configure with export error #324

Closed avilleret closed 9 years ago

avilleret commented 9 years ago

on the feature/cmake branch, I can't configure the build system anymore due to export error. Here is a complete log : https://gist.github.com/avilleret/13603cb6785524c184f0 Also, commenting the lines 41-43 of https://github.com/jamoma/JamomaCore/blob/feature/cmake/Shared/CMake/JamomaUtilFunctions.cmake#L41-L43 avoid the issue and I can build Jamoma without exporting it's configuration.

$ cmake --version 
cmake version 2.8.12.2
jcelerier commented 9 years ago

Okay, I'll see if I can do a version check to prevent this in CMake older than 3.0 . What CMake version should be targeted ?


Jean-Michaël Celerier http://www.jcelerier.name

On Sat, Dec 20, 2014 at 9:32 PM, Antoine Villeret notifications@github.com wrote:

on the feature/cmake branch, I can't configure the build system anymore due to export error. Here is a complete log : https://gist.github.com/avilleret/13603cb6785524c184f0 Also, commenting the lines 41-43 of https://github.com/jamoma/JamomaCore/blob/feature/cmake/Shared/CMake/JamomaUtilFunctions.cmake#L41-L43 avoid the issue and I can build Jamoma without exporting it's configuration.

$ cmake --version cmake version 2.8.12.2

— Reply to this email directly or view it on GitHub https://github.com/jamoma/JamomaCore/issues/324.

jcelerier commented 9 years ago

CMake required version was updated to 3.0.