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