From 1244f3d58f3e9fa52054376e824df70e2a3b34e2 Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Sun, 1 Mar 2015 17:00:53 -0800 Subject: [PATCH] Move biicode.cmake to support/cmake --- CMakeLists.txt | 2 +- {biicode => support}/cmake/biicode.cmake | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename {biicode => support}/cmake/biicode.cmake (100%) diff --git a/CMakeLists.txt b/CMakeLists.txt index c3e85df9..9219e24e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -66,7 +66,7 @@ if (CPP11_FLAG) endif () if (BIICODE) - include(biicode/cmake/biicode.cmake) + include(support/cmake/biicode.cmake) return() endif () diff --git a/biicode/cmake/biicode.cmake b/support/cmake/biicode.cmake similarity index 100% rename from biicode/cmake/biicode.cmake rename to support/cmake/biicode.cmake