]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
cmake: fix cython target in test/CMakeFile.txt 22295/head
authorJan Fajerski <jfajerski@suse.com>
Tue, 29 May 2018 12:29:41 +0000 (14:29 +0200)
committerJan Fajerski <jfajerski@suse.com>
Wed, 30 May 2018 07:06:55 +0000 (09:06 +0200)
commit743b9108c0f217ef6eeaadf645a538991e7d5eff
tree5705f971fcad586829381cd76dd1cc6770d41876
parent02f0ba92b3d84debd0ee980afcfdab136c797964
cmake: fix cython target in test/CMakeFile.txt

The cython target is called cython_modules in python2 environments and
cython3_modules in python3 environments. Reflect that naming in
src/test/CMakeFile.txt. Otherwise the test target can not build in
python3 environments.

Signed-off-by: Jan Fajerski <jfajerski@suse.com>
src/test/CMakeLists.txt