]> git.ipfire.org Git - thirdparty/zstd.git/commit
Improve setting the default build type 1474/head
authorHans Johnson <hans.j.johnson@gmail.com>
Mon, 24 Dec 2018 14:48:04 +0000 (08:48 -0600)
committerHans Johnson <hans.j.johnson@gmail.com>
Wed, 26 Dec 2018 19:23:21 +0000 (13:23 -0600)
commit77ef7847f7e531acc6626204a628e1969301d021
tree9565c7a2ca09a594cf4cb2be837ffbbde72c81a7
parent0fb4b21d1ad4b3dc523aed73ed001e6e71649d8a
Improve setting the default build type

The CMAKE_BUILD_TYPE variable is a CACHE variable
and should be set in a way that persists and is
documented in the CACHE.  Also set the default
values for the gui to ease selection of types.

These changes provide better support for GUI
configurators that support cmake.
build/cmake/CMakeLists.txt