Skip to content

Commit

Permalink
add None install configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
jstkdng committed Mar 25, 2023
1 parent c51482a commit 4d09378
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 @@ -89,6 +89,6 @@ target_link_libraries(ueberzug PUBLIC
)

install(TARGETS ueberzug
CONFIGURATIONS Release Debug
CONFIGURATIONS Release Debug None
RUNTIME DESTINATION bin)

0 comments on commit 4d09378

Please sign in to comment.