From 0fa36c81d906264c340cecc457656acf673770cb Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Tue, 18 Jan 2022 10:25:37 +1100 Subject: Cleanup: quite old-style-declaration warning, strip trailing space --- source/blender/freestyle/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/freestyle/CMakeLists.txt') diff --git a/source/blender/freestyle/CMakeLists.txt b/source/blender/freestyle/CMakeLists.txt index 47da6bc55f6..d16787714c9 100644 --- a/source/blender/freestyle/CMakeLists.txt +++ b/source/blender/freestyle/CMakeLists.txt @@ -595,6 +595,6 @@ endif() blender_add_lib(bf_freestyle "${SRC}" "${INC}" "${INC_SYS}" "${LIB}") -if(COMMAND target_precompile_headers) +if(COMMAND target_precompile_headers) target_precompile_headers(bf_freestyle PRIVATE FRS_precomp.h) endif() -- cgit v1.2.3