Skip to content

Commit

Permalink
debug: set CMAKE_PREFIX_PATH=/usr in other script
Browse files Browse the repository at this point in the history
Signed-off-by: Steve Peters <[email protected]>
  • Loading branch information
scpeters committed Nov 13, 2020
1 parent da66cab commit f2ee95f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ echo '# BEGIN SECTION: configure'
cd $WORKSPACE
[[ ! -d $WORKSPACE/build ]] && mkdir -p $WORKSPACE/build
cd $WORKSPACE/build
export CMAKE_PREFIX_PATH=/usr
cmake $WORKSPACE/${SOFTWARE_DIR} ${BUILDING_EXTRA_CMAKE_PARAMS} \
-DCMAKE_INSTALL_PREFIX=/usr
echo '# END SECTION'
Expand Down

0 comments on commit f2ee95f

Please sign in to comment.