Closed jnguyen75 closed 7 years ago
When building the library (whether directly or as a third party dependency), passing CMAKE_BUILD_TYPE=Debug would sometimes build for Release.
CMAKE_BUILD_TYPE=Debug
To fix this, this PR:
debug
CMAKE_BUILD_TYPE
When building the library (whether directly or as a third party dependency), passing
CMAKE_BUILD_TYPE=Debug
would sometimes build for Release.To fix this, this PR:
debug
option (since that should be specified byCMAKE_BUILD_TYPE
)CMAKE_BUILD_TYPE
is not specified, then default the build type to Release by forcing CMake to write to cache