Clear CMake warning due to missing 'clean' rule
parent
d05c5089b8
commit
09d1d38d0e
|
|
@ -508,9 +508,6 @@ if (BUILD_SHARED)
|
|||
add_dependencies(dynamic cryptopp-shared)
|
||||
endif()
|
||||
|
||||
add_custom_target(distclean)
|
||||
add_dependencies(distclean clean)
|
||||
|
||||
#============================================================================
|
||||
# Third-party libraries
|
||||
#============================================================================
|
||||
|
|
|
|||
Loading…
Reference in New Issue