Skip to content

Commit

Permalink
CI Errors
Browse files Browse the repository at this point in the history
  • Loading branch information
cbritopacheco committed Aug 10, 2023
1 parent 7ff8d13 commit 4eeed0e
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions src/Rodin/Alert/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,13 @@ set(RodinAlert_HEADERS
Exception.h
Warning.h
Info.h
Success.h
Notation/Arrow.h
)
Success.h)

set(RodinAlert_SRCS
Exception.cpp
Warning.cpp
Info.cpp
Success.cpp
)
Success.cpp)

add_library(RodinAlert ${RodinAlert_SRCS} ${RodinAlert_HEADERS})
add_library(Rodin::Alert ALIAS RodinAlert)
Expand Down

0 comments on commit 4eeed0e

Please sign in to comment.