Fixed CI gen script
authorkhizmax <khizmax@gmail.com>
Tue, 11 Apr 2017 08:28:47 +0000 (11:28 +0300)
committerkhizmax <khizmax@gmail.com>
Tue, 11 Apr 2017 08:28:47 +0000 (11:28 +0300)
build/CI/cmake-gen

index b38f8061db8009ed865d8e443cc3e6c00d14a213..a5491238288eae19ba997c01ad4b438d7217cbab 100755 (executable)
@@ -63,7 +63,7 @@ print $out " -DWITH_TSAN=ON \\\n" if $build eq 'tsan';
 print $out " -DBOOST_ROOT=$boost \\\n";
 print $out " -DBOOST_LIBRARYDIR=\$BOOST_ROOT/$boost_libs \\\n" if $boost_libs;
 print $out " -DGTEST_INCLUDE_DIRS=$gtest_inc \\\n" if $gtest_inc;
-print $out " -DGTEST_LIBRARY=$gtest_lib \\\n" if $gtest_lib;
+print $out " -DGTEST_LIBRARIES=$gtest_lib \\\n" if $gtest_lib;
 print $out " -DEXTERNAL_SYSTEM_LIBS=\"$ext_lib\" \\\n" if $ext_lib;
 print $out " $cmake_flags \\\n" if $cmake_flags;
 print $out " \$CDS_SOURCE && \\\n";