Skip to content

Commit

Permalink
Try without explicit linking regex
Browse files Browse the repository at this point in the history
  • Loading branch information
daschuer committed Aug 18, 2021
1 parent 05b05a9 commit a8b2e8b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmake/modules/FindJACK.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ else()
)
endif()

find_package(Regex)
list(APPEND JACK_LINK_LIBRARIES Regex::regex)
#find_package(Regex)
#list(APPEND JACK_LINK_LIBRARIES Regex::regex)

if(WIN32)
# vcpkg provides CMake targets for pthreads4w
Expand Down

0 comments on commit a8b2e8b

Please sign in to comment.