Skip to content

Commit

Permalink
cmake tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
folkertvanheusden committed Aug 13, 2024
1 parent 2913011 commit 247e7ff
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 @@ -170,7 +170,7 @@ if(CMAKE_SYSTEM_NAME MATCHES "CYGWIN")
message(STATUS "libpcreposix found")
include_directories(${CURSES_INCLUDE_DIRS})
else()
message(STATUS "libpcreposix NOT found")
message(FATAL_ERROR "libpcreposix NOT found")
endif()
endif()

Expand Down

0 comments on commit 247e7ff

Please sign in to comment.