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