Skip to content

Commit

Permalink
style: Update HOMEPAGE_URL in CMakeLists.txt (#44)
Browse files Browse the repository at this point in the history
The value for the key of HOMEPAGE_URL is url-string type.

```cmake
project(<PROJECT-NAME>
        [VERSION <major>[.<minor>[.<patch>[.<tweak>]]]]
        [DESCRIPTION <project-description-string>]
        [HOMEPAGE_URL <url-string>]
        [LANGUAGES <language-name>...])
```
  • Loading branch information
Joker2770 authored Jul 12, 2024
1 parent cab103b commit c322256
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 @@ -25,7 +25,7 @@ project (

# Some informational package metadata. Not necessary for the build.
# Sets PROJECT_HOMEPAGE_URL and PROJECT_DESCRIPTION
HOMEPAGE_URL https://github.com/herzbube/libsgfcplusplus
HOMEPAGE_URL "https://github.com/herzbube/libsgfcplusplus"
DESCRIPTION "A C++ library that uses SGFC to read and write SGF (Smart Game Format) data."
)

Expand Down

0 comments on commit c322256

Please sign in to comment.