repo.or.cz
/
liba.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
remove `#!/usr/bin/env sh`
[liba.git]
/
cmake
/
UseClang.cmake
blob
e8ab4681923690fd2d9ac0f5776f7505902a67be
1
find_program(CMAKE_C_COMPILER clang REQUIRED DOC "C compiler")
2
find_program(CMAKE_CXX_COMPILER clang++ REQUIRED DOC "C++ compiler")
3
if(CMAKE_TOOLCHAIN_FILE)
4
endif()