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 Jochen Sprickerhof committed May 14, 2024
1 parent 6e161ac commit e031818
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 e031818

Please sign in to comment.