Skip to content

Commit

Permalink
try to fix rtools build
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacbrodsky committed Feb 21, 2024
1 parent 954e710 commit 9ebf2f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ add_library(${EXTENSION_NAME} STATIC ${EXTENSION_SOURCES})
target_link_libraries(${EXTENSION_NAME} h3)

include_directories(src/include)
include_directories("${CMAKE_CURRENT_BINARY_DIR}/h3/src/h3lib/include")
include_directories("${CMAKE_CURRENT_SOURCE_DIR}/h3/src/h3lib/include")

build_loadable_extension(${TARGET_NAME} " " ${EXTENSION_SOURCES})
target_link_libraries(${LOADABLE_EXTENSION_NAME} h3)
Expand Down

0 comments on commit 9ebf2f0

Please sign in to comment.