Skip to content

Commit

Permalink
chore:
Browse files Browse the repository at this point in the history
  • Loading branch information
misonijnik committed Oct 28, 2024
1 parent 7beb238 commit e77a06d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions cmake/find_smithril.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,8 @@
#===------------------------------------------------------------------------===#

find_package (PkgConfig REQUIRED)
pkg_check_modules(SMITHRIL REQUIRED IMPORTED_TARGET smithril)
pkg_check_modules(SMITHRIL IMPORTED_TARGET smithril)

# set(SMITHRIL_FOUND TRUE)
if (SMITHRIL_FOUND)
set(ENABLE_SOLVER_SMITHRIL_DEFAULT ON)
else()
Expand Down

0 comments on commit e77a06d

Please sign in to comment.