Skip to content

Commit

Permalink
Fix build with CMAKE_BUILD_TYPE=None
Browse files Browse the repository at this point in the history
This is the default build type for debhelper (Debian).
  • Loading branch information
jspricke authored and milyin committed Jun 21, 2024
1 parent 62c3345 commit 876d524
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions install/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -74,5 +74,5 @@ endforeach()
#
# Install lib files
#
install_zenohc_lib("Release;RelWithDebInfo;MinSizeRel" "RELEASE" zenohc)
install_zenohc_lib("Debug" "DEBUG" zenohc_debug)
install_zenohc_lib("Release;RelWithDebInfo;MinSizeRel;None" "RELEASE" zenohc)
install_zenohc_lib("Debug" "DEBUG" zenohc_debug)

0 comments on commit 876d524

Please sign in to comment.