gmmlib uses BUILD_TYPE variable to select build type. Can you switch to use CMAKE_BUILD_TYPE instead of? Currently when we run: ``` cmake ../gmmlib -DCMAKE_BUILD_TYPE=Debug ``` gmmlib will be built as Release ``` *BUILD_TYPE not defined, default to: release ```