GridTools / cpp_bindgen

Library for generating C and Fortran bindings for C++ functions from C++
Other
14 stars 4 forks source link

Better scoping of variables #5

Closed havogt closed 5 years ago

havogt commented 5 years ago

In gt_bindings.cmake the variables were set at include scope, however they might have been unset before the macro is called. Now they are set and unset in the required scope.

havogt commented 5 years ago

launch jenkins

havogt commented 5 years ago

launch jenkins