Browse Source

bump SI lib version

Ilya Kuznetsov 2 years ago
parent
commit
c2a69ea5fb
1 changed files with 1 additions and 1 deletions
  1. 1 1
      cmake/GetColumnar.cmake

+ 1 - 1
cmake/GetColumnar.cmake

@@ -19,7 +19,7 @@ include ( update_bundle )
 
 # Versions of API headers we are need to build with.
 set ( NEED_COLUMNAR_API 21 )
-set ( NEED_SECONDARY_API 9 )
+set ( NEED_SECONDARY_API 10 )
 
 
 # Note: we don't build, neither link with columnar. Only thing we expect to get is a few interface headers, aka 'columnar_api'.