From 0a3ae6f6ace1da4720ccf9e70a56e279087f0018 Mon Sep 17 00:00:00 2001 From: Hugo Lima Date: Tue, 18 Aug 2009 14:23:23 -0300 Subject: Remove libbindgen from project, it doesnt exists yet. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 241f3db08..7de679e14 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -51,6 +51,6 @@ include(CPack) install(TARGETS boostpythongenerator DESTINATION bin) enable_testing() -add_subdirectory(libbindgen) +#add_subdirectory(libbindgen) add_subdirectory(tests) -- cgit v1.2.3