Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions ush/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ module list
# Collect BUILD Options
CMAKE_OPTS+=" -DBUILD_UTIL_ALLMON=ON"

# Build type for executables
CMAKE_OPTS+=" -DCMAKE_BUILD_TYPE=$BUILD_TYPE"

# Install destination for built executables, libraries, CMake Package config
CMAKE_OPTS+=" -DCMAKE_INSTALL_PREFIX=$INSTALL_PREFIX"

Expand Down