Skip to content

Commit

Permalink
Forgot to change assert.hpp path in cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremy-rifkin committed Nov 13, 2023
1 parent 2640ea6 commit 1d91533
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 @@ -58,7 +58,7 @@ add_library(assert::assert ALIAS ${target_name})
target_sources(
${target_name} PRIVATE
# include
include/assert.hpp
include/assert/assert.hpp
# third_party
include/assert/third_party/magic_enum.hpp
)
Expand Down

0 comments on commit 1d91533

Please sign in to comment.