Skip to content

Commit

Permalink
Fix re2Config.cmake.in for CMake 3.29
Browse files Browse the repository at this point in the history
  • Loading branch information
moubctez committed Apr 5, 2024
1 parent ac82d4f commit 6c20a3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion re2Config.cmake.in
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

include(CMakeFindDependencyMacro)

set_and_check(re2_INCLUDE_DIR ${PACKAGE_PREFIX_DIR}/@CMAKE_INSTALL_INCLUDEDIR@)
set_and_check(re2_INCLUDE_DIR @CMAKE_INSTALL_PREFIX@/@CMAKE_INSTALL_INCLUDEDIR@)

if(UNIX)
set(THREADS_PREFER_PTHREAD_FLAG ON)
Expand Down

0 comments on commit 6c20a3b

Please sign in to comment.