Remove RELEASE_BUILD cmake option
authorCharles Giessen <charles@lunarg.com>
Mon, 1 Nov 2021 21:33:49 +0000 (15:33 -0600)
committerCharles Giessen <46324611+charles-lunarg@users.noreply.github.com>
Wed, 9 Mar 2022 22:06:30 +0000 (15:06 -0700)
Turned out to be not useful and as such should be removed.

CMakeLists.txt

index eba079c..2fdbeb4 100644 (file)
@@ -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)