Skip to content

Commit

Permalink
Update CMakeLists.txt
Browse files Browse the repository at this point in the history
Add debug messages for windows github runner debugging.
  • Loading branch information
ugermann authored Apr 25, 2021
1 parent 95484fa commit a2fd405
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ else(PCRE2_FOUND)
endif(PCRE2_FOUND)

add_subdirectory(${CMAKE_CURRENT_SOURCE_DIR}/src)
message("Added subdirectory ${CMAKE_CURRENT_SOURCE_DIR}/src")

if(USE_INTERNAL_PCRE2)
add_dependencies(ssplit pcre2) # this needs to happen after adding src
Expand Down

0 comments on commit a2fd405

Please sign in to comment.