From 2757d44922d357cee0b9bd95affa2d41663fa6e5 Mon Sep 17 00:00:00 2001 From: Taylor Richards Date: Wed, 6 Dec 2017 22:29:42 -0500 Subject: [PATCH] re-enable custom.cmake --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index b6975f5..ad9ae6e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -473,4 +473,4 @@ endif(NOT EMSCRIPTEN) # optionally include any dev/user preferred build commands and/or options # -#include(custom.cmake OPTIONAL) +include(custom.cmake OPTIONAL) -- 2.39.2