Commit bae7bd7e authored by Vit Babel's avatar Vit Babel

CMakeList: make project build with MSVC

Removing pthread from TARGET_LINK_LIBRARIES of test and benchmark
subdirectories
 * makes it possible to compile the prject in MS Visual Studio
 * does not impact building with gcc
parent 3087b44d
......@@ -28,6 +28,5 @@ ADD_EXECUTABLE (
TARGET_LINK_LIBRARIES (
boolinqbenchmark
gtest
pthread
benchmark
)
......@@ -61,7 +61,6 @@ TARGET_LINK_LIBRARIES (
boolinqtest
gtest_main
#gcov
pthread
)
ENABLE_TESTING ()
ADD_TEST (BoolinqTest boolinqtest)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment