simon-git: puzzles (main): Simon Tatham

Commits to Tartarus hosted VCS tartarus-commits at lists.tartarus.org
Mon Jul 21 20:30:21 BST 2025


TL;DR:
  dbe6378 Explicitly build core and common libraries as STATIC

Repository:     https://git.tartarus.org/simon/puzzles.git
On the web:     https://git.tartarus.org/?p=simon/puzzles.git
Branch updated: main
Committer:      Simon Tatham <anakin at pobox.com>
Date:           2025-07-21 20:30:21

commit dbe6378e23d573f89de1441ba62740ecb8c69c8b
web diff https://git.tartarus.org/?p=simon/puzzles.git;a=commitdiff;h=dbe6378e23d573f89de1441ba62740ecb8c69c8b;hp=880288cbbcb55b2f7b3520a45aefbfc2592dd362
Author: Alexander Tsoy <alexander at tsoy.me>
Date:   Mon Jul 21 22:21:41 2025 +0300

    Explicitly build core and common libraries as STATIC
    
    Many Linux distributions build packages with BUILD_SHARED_LIBS option
    enabled. As a result, add_library() defaults to SHARED instead of
    STATIC, which causes the build to fail. Fix this by explicitly set type
    to STATIC.

 CMakeLists.txt | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)



More information about the tartarus-commits mailing list