Skip to content

Commit

Permalink
fix linker error
Browse files Browse the repository at this point in the history
  • Loading branch information
dankmeme01 committed Dec 8, 2024
1 parent de0f93a commit f83f3e9
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 @@ -144,7 +144,7 @@ CPMAddPackage(
URL_HASH SHA256=ee6e0793b5ec7d13e7181ec05d3b1aaa23615947295080e4b9930324488e078f
OPTIONS "BOOST_ENABLE_CMAKE ON" "BOOST_INCLUDE_LIBRARIES describe\\\;stacktrace\\\;thread" # escape with \\\;
)
CPMAddPackage("gh:dankmeme01/asp2#1ffd8a3")
CPMAddPackage("gh:dankmeme01/asp2#2378a82")

# asp defines
if (WIN32)
Expand Down

0 comments on commit f83f3e9

Please sign in to comment.