summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorassiduous <assiduous@diligentgraphics.com>2020-01-07 06:43:38 +0000
committerassiduous <assiduous@diligentgraphics.com>2020-01-07 06:43:38 +0000
commit2485ab2aa3cf1ea546bbdb11cc8549f45c1a61dc (patch)
tree726554ce709bf2bd859251ae2a66b3508fef84cf
parentUpdated copyright notice (diff)
downloadDiligentTools-2485ab2aa3cf1ea546bbdb11cc8549f45c1a61dc.tar.gz
DiligentTools-2485ab2aa3cf1ea546bbdb11cc8549f45c1a61dc.zip
CMake: removed DILIGENT_BUILD_RENDER_SCRIPT option
-rw-r--r--CMakeLists.txt2
1 files changed, 0 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index f7bafdd..64b6113 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,7 +1,5 @@
cmake_minimum_required (VERSION 3.6)
-option(DILIGENT_BUILD_RENDER_SCRIPT "Build render script" ON)
-
file(RELATIVE_PATH DILIGENT_TOOLS_DIR "${CMAKE_SOURCE_DIR}" "${CMAKE_CURRENT_SOURCE_DIR}")
if(PLATFORM_WIN32 OR PLATFORM_UNIVERSAL_WINDOWS OR PLATFORM_LINUX OR PLATFORM_MACOS OR PLATFORM_IOS)