diff options
author | Arvin Schnell <aschnell@suse.de> | 2007-07-23 16:27:53 +0000 |
---|---|---|
committer | Arvin Schnell <aschnell@suse.de> | 2007-07-23 16:27:53 +0000 |
commit | 31b2283e81a95e3cc02c9db2be27fa03d38f55da (patch) | |
tree | 5bfc6bda2cc6d53b3e34321bd455005a76e7284b /CMakeLists.txt | |
parent | b2ba831812943323c32d06f5c2cd1fcb3c1eddd9 (diff) | |
download | libzypp-bindings-31b2283e81a95e3cc02c9db2be27fa03d38f55da.tar.gz libzypp-bindings-31b2283e81a95e3cc02c9db2be27fa03d38f55da.tar.bz2 libzypp-bindings-31b2283e81a95e3cc02c9db2be27fa03d38f55da.zip |
- moved ruby/python detection to appropriate subdirs
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 47aefc0..1f658cc 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -47,10 +47,6 @@ ELSE ( NOT SWIG_EXECUTABLE ) ENDIF ( NOT SWIG_EXECUTABLE ) FIND_PACKAGE(Zypp REQUIRED) -FIND_PACKAGE(Ruby REQUIRED) - -#RUBY_RUBY_LIB_PATH -MESSAGE( STATUS "Ruby arch dir: ${RUBY_ARCH_DIR}" ) ADD_SUBDIRECTORY(swig) |