File: use-system-libh3

package info (click to toggle)
h3-pg 4.2.2-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 1,160 kB
  • sloc: sql: 4,184; ansic: 3,485; python: 322; sh: 43; makefile: 18
file content (12 lines) | stat: -rw-r--r-- 277 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -59,9 +59,6 @@ if(CMAKE_PROJECT_NAME STREQUAL PROJECT_N
   include(CTest)
 endif()
 
-# Include core library
-add_subdirectory(cmake/h3)
-
 # Include extensions and their shared code
 add_subdirectory(include)
 add_subdirectory(h3)