We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 306e1a2 commit 955b4cbCopy full SHA for 955b4cb
2 files changed
CMakeLists.txt
@@ -40,7 +40,7 @@ file(GLOB TEST_SOURCES "tests/*")
40
file(GLOB COMMON_TEST_SOURCES "tests/test.*")
41
42
# format code
43
-if(DEFINED ENV{X_CMAKE_SCRIPTEXEC_UNCRUSTIFY_ENABLED})
+if(DEFINED ENV{X_CMAKE_UNCRUSTIFY_ENABLED})
44
add_custom_target(uncrustify ALL
45
uncrustify
46
-c ${X_CMAKE_PROJECT_ROOT_DIR}/uncrustify.cfg
build.sh
@@ -4,7 +4,7 @@ if [ $1 = "--clean" ]; then
4
rm -Rf ./target
5
fi
6
7
-export X_CMAKE_SCRIPTEXEC_UNCRUSTIFY_ENABLED=1
+export X_CMAKE_UNCRUSTIFY_ENABLED=1
8
9
echo Creating Target Directory...
10
mkdir ./target
0 commit comments