Commit a08d607 bhgomes
committed
1 parent 8a2c502 commit a08d607 Copy full SHA for a08d607
File tree 2 files changed +4
-3
lines changed
2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -87,5 +87,5 @@ target_include_directories(simulation PUBLIC
87
87
$<BUILD_INTERFACE:${CMAKE_SOURCE_DIR} /include >
88
88
$<INSTALL_INTERFACE:${CMAKE_SOURCE_DIR} /include >)
89
89
90
- install (DIRECTORY scripts DESTINATION bin)
91
- install (TARGETS simulation DESTINATION bin)
90
+ install (DIRECTORY scripts DESTINATION bin/MATHUSLA )
91
+ install (TARGETS simulation DESTINATION bin/MATHUSLA )
Original file line number Diff line number Diff line change 49
49
mkdir -p build
50
50
cd build
51
51
52
- if [[ " $CONFIG_CMAKE " -eq 1 ]]; then cmake ..; fi ;
52
+ if [[ " $CONFIG_CMAKE " -eq 1 ]]; then cmake -DCMAKE_INSTALL_PREFIX=../.temp/sim-install/ ..; fi ;
53
53
if [[ " $CLEAN_BUILD " -eq 1 ]]; then make clean; fi ;
54
54
55
55
make -j8
56
+ make install -j8
56
57
57
58
if [[ ! " $? " -eq 0 ]]; then
58
59
echo -e " \nBuild Failed!\n"
You can’t perform that action at this time.
0 commit comments