1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
|
Description: Remove build references to embedded JS libraries which are used only for deploying the Mongo C++ Driver website (i.e., not for any binary or documentation artifacts)
Author: Roberto C. Sánchez <roberto@connexer.com>
Forwarded: not-needed
--- mongo-cxx-driver.git.orig/docs/themes/CMakeLists.txt
+++ mongo-cxx-driver.git/docs/themes/CMakeLists.txt
@@ -12,14 +12,11 @@
# See the License for the specific language governing permissions and
# limitations under the License.
-add_subdirectory (mongodb)
-
set_local_dist (docs_themes_DIST_local
CMakeLists.txt
)
set (docs_themes_DIST
${docs_themes_DIST_local}
- ${docs_themes_mongodb_DIST}
PARENT_SCOPE
)
|