Skip to content
Snippets Groups Projects
Commit c9fe883a authored by Jakub Klinkovský's avatar Jakub Klinkovský
Browse files

Fixed cmake

parent e096e8b4
No related branches found
No related tags found
No related merge requests found
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
# compatibility with the GTest package # compatibility with the GTest package
set( GTEST_BOTH_LIBRARIES gtest gtest_main ) set( GTEST_BOTH_LIBRARIES gtest gtest_main )
set( CXX_TESTS_FLAGS "${CXX_TESTS_FLAGS} -DHAVE_GTEST" ) set( CXX_TESTS_FLAGS ${CXX_TESTS_FLAGS} -DHAVE_GTEST )
# Download and unpack googletest at configure time # Download and unpack googletest at configure time
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment