[CMake] Create a real library instead of an object library for stress tests
authorLouis Dionne <ldionne.2@gmail.com>
Fri, 18 Aug 2017 22:56:17 +0000 (15:56 -0700)
committerLouis Dionne <ldionne.2@gmail.com>
Sat, 19 Aug 2017 01:31:09 +0000 (18:31 -0700)
Object libraries don't allow linking to other libraries, which makes it
impossible to link it to libcds, on which it depends. It used to work
because all flags were set globally, so the object library picked them
up as well.


No differences found