Skip to content
Snippets Groups Projects
Verified Commit 83707d6f authored by Josch Morgenstern's avatar Josch Morgenstern
Browse files

[#86] set path to compiler

parent ba34d7e3
No related branches found
No related tags found
1 merge request!78Resolve "MacOS Support"
Pipeline #26361 failed
......@@ -67,7 +67,7 @@ build_mac_clang:
- cd debug
- export LDFLAGS="-L/usr/local/opt/llvm/lib"
- export CPPFLAGS="-I/usr/local/opt/llvm/include"
- cmake -DCMAKE_BUILD_TYPE=Debug ..
- cmake -DCMAKE_C_COMPILER="/usr/local/opt/llvm/bin/clang" -DCMAKE_CXX_COMPILER="/usr/local/opt/llvm/bin/clang++" -DCMAKE_BUILD_TYPE=Debug ..
- cmake --build .
deploy_doc_develop:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment