From: Charles Giessen Date: Mon, 1 Nov 2021 21:33:49 +0000 (-0600) Subject: Remove RELEASE_BUILD cmake option X-Git-Tag: upstream/1.3.208~33 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=51d93c36d70ddd724d521cd770c14c59b7870143;p=platform%2Fupstream%2FVulkan-Loader.git Remove RELEASE_BUILD cmake option Turned out to be not useful and as such should be removed. --- diff --git a/CMakeLists.txt b/CMakeLists.txt index eba079c6..2fdbeb4c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -103,8 +103,6 @@ if(WIN32) # Optional: Allow specify the exact version used in the loader dll # Format is major.minor.patch.build set(BUILD_DLL_VERSIONINFO "" CACHE STRING "Set the version to be used in the loader.rc file. Default value is the currently generated header version") - - option(RELEASE_BUILD "Configures the loader.rc file for a \"Release\" build. Used for SDK builds primarily. Does not change CMAKE_BUILD_TYPE. Default is off." OFF) endif() if(BUILD_STATIC_LOADER)