cmake: consistent names, to satisfy comments on #567
This commit is contained in:
parent
4251b70c7e
commit
3314be6b73
|
@ -57,7 +57,7 @@ else
|
|||
envHooks+=(addCMakeParams)
|
||||
fi
|
||||
|
||||
make_cmake_find_libs(){
|
||||
makeCmakeFindLibs(){
|
||||
for flag in $NIX_CFLAGS_COMPILE $NIX_LDFLAGS; do
|
||||
case $flag in
|
||||
-I*)
|
||||
|
@ -72,4 +72,4 @@ make_cmake_find_libs(){
|
|||
|
||||
# not using setupHook, because it could be a setupHook adding additional
|
||||
# include flags to NIX_CFLAGS_COMPILE
|
||||
postHooks+=(make_cmake_find_libs)
|
||||
postHooks+=(makeCmakeFindLibs)
|
||||
|
|
Loading…
Reference in New Issue