aboutsummaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorHugo Lima <hugo.lima@openbossa.org>2009-08-18 14:23:23 -0300
committerHugo Lima <hugo.lima@openbossa.org>2009-08-18 14:23:23 -0300
commit0a3ae6f6ace1da4720ccf9e70a56e279087f0018 (patch)
treecd5b8cddc4c17e7914179b6fe44b6b7cb8c33c5c /CMakeLists.txt
parentd92958a28e7a6a6374aea05f3a5d2abfb4c7d78f (diff)
Remove libbindgen from project, it doesnt exists yet.
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
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)