Skip to content

Commit

Permalink
default release build
Browse files Browse the repository at this point in the history
  • Loading branch information
mhubii committed May 9, 2024
1 parent 3b3db40 commit e89c4b5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ project(FRIClient VERSION 1.0.0
DESCRIPTION "KUKA's Fast Robot Interface client library."
LANGUAGES C CXX)

if(NOT CMAKE_BUILD_TYPE)
set(CMAKE_BUILD_TYPE Release CACHE STRING "Build type." FORCE)
endif()

######################
# variable definitions
######################
Expand Down

0 comments on commit e89c4b5

Please sign in to comment.