Skip to content

Commit

Permalink
Merge pull request #358 from jspricke/build_none
Browse files Browse the repository at this point in the history
Fix build with CMAKE_BUILD_TYPE=None
  • Loading branch information
milyin authored May 15, 2024
2 parents a3fcc45 + e031818 commit 390ec14
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 390ec14

Please sign in to comment.