Skip to content

Commit

Permalink
Cmake update (#165)
Browse files Browse the repository at this point in the history
* * Adding option to cmake.sh for g++

* * Update cmake.sh to only ldconfig if not MAC
  • Loading branch information
jredmondson committed Jan 1, 2024
1 parent b2d4db3 commit 155a109
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion scripts/linux/cmake.sh
Expand Up @@ -96,4 +96,7 @@ cmake --build . --config debug -j$(nproc)
cmake --build . --config release
sudo cmake --build . --target install --config release
sudo cmake --build . --target install --config debug
sudo ldconfig

if [ $MAC -eq 0 ]; then
sudo ldconfig
fi

0 comments on commit 155a109

Please sign in to comment.