]> granicus.if.org Git - fortune-mod/commitdiff
gh actions #4: win32 link libs by default
authorShlomi Fish <shlomif@shlomifish.org>
Sat, 30 Apr 2022 10:51:53 +0000 (13:51 +0300)
committerShlomi Fish <shlomif@shlomifish.org>
Sat, 30 Apr 2022 10:51:53 +0000 (13:51 +0300)
fortune-mod/CMakeLists.txt

index 2ea8bbcce798ec2adab790838b71096a2ea146e7..24eefefe18091c5b323925da932e77eddf7141bf 100644 (file)
@@ -95,7 +95,7 @@ SET(CMAKE_INSTALL_RPATH_USE_LINK_PATH TRUE)
 
 SET (WITH_TEST_SUITE CACHE BOOL "")
 SET (NO_OFFENSIVE CACHE BOOL "Exclude the offensive option.")
-SET (USE_WIN32_REGEX_LIBS CACHE BOOL "")
+SET (USE_WIN32_REGEX_LIBS TRUE CACHE BOOL "")
 SET (LOCALDIR "${CMAKE_INSTALL_PREFIX}/local/share/games/fortunes" CACHE STRING "LOCALDIR fortunes dir")
 SET (LOCALODIR "${LOCALDIR}/off" CACHE STRING "offensive fortunes localdir")
 SET (COOKIEDIR "${CMAKE_INSTALL_PREFIX}/share/games/fortunes" CACHE STRING  "cookie dir not under /usr/local")