Skip to content

Commit d609727

Browse files
committed
change readme; change build gradle
1 parent 36ca54d commit d609727

File tree

144 files changed

+6148
-154
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

144 files changed

+6148
-154
lines changed

README.md

Lines changed: 5 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,11 @@
1-
[![Build Status](https://travis-ci.com/hoopoe/FR-android-dlib-opencv.svg?branch=master)](https://travis-ci.com/hoopoe/FR-android-dlib-opencv)
2-
3-
Facial Recognition on Android using dlib and opencv
1+
SPC Detection with Tensorflow
42
============
53

64

7-
This app demonstrate semi realtime face detection, tracking and recognition based on predefined face vectors.
8-
9-
10-
Notes:
11-
1. Set env variable OPENCV_ANDROID_SDK
12-
13-
export OPENCV_ANDROID_SDK=/Users/hoopoe/Tools/OpenCV-android-sdk
14-
15-
2. From https://github.com/davisking/dlib-models
5+
This app demonstrate semi realtime traffic signs, pedestrians and cars detection, tracking based on Tensorflow.
166

17-
copy
18-
* shape_predictor_5_face_landmarks.dat
19-
* dlib_face_recognition_resnet_model_v1.dat
20-
21-
to /sdcard/Download
227

23-
3. dlib adapted to work with -DANDROID_STL=gnustl_shared
8+
To run app:
9+
1. Install tensorflow
2410

11+
2. Change paths 'tensorflow_root' (folder with tensorflow) and 'bazelLocation'(folder with bazel) in build.gradle
Binary file not shown.
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# ninja log v5
2+
19 2778 0 CMakeFiles/tensorflow_detector.dir/imageutils_jni.cc.o c5fa1ab885e57688
3+
19 3180 0 CMakeFiles/tensorflow_detector.dir/object_tracking/logging.cc.o 19e1ab2c3aec94d8
4+
18 3669 0 CMakeFiles/tensorflow_detector.dir/object_tracking/frame_pair.cc.o 68f0f1e53b26d292
5+
19 4249 0 CMakeFiles/tensorflow_detector.dir/object_tracking/image_neon.cc.o d14f2f55123fb085
6+
19 4626 0 CMakeFiles/tensorflow_detector.dir/object_tracking/object_detector.cc.o 5a96a4477fdf5d9e
7+
19 4626 0 CMakeFiles/tensorflow_detector.dir/object_tracking/keypoint_detector.cc.o 6c205d967fc57a5a
8+
3181 5691 0 CMakeFiles/tensorflow_detector.dir/object_tracking/optical_flow.cc.o 773442bbdfa49b05
9+
4626 6095 0 CMakeFiles/tensorflow_detector.dir/object_tracking/utils_neon.cc.o 74e758f5452c73f0
10+
4249 6096 0 CMakeFiles/tensorflow_detector.dir/object_tracking/time_log.cc.o c498c7ba454d657e
11+
4626 12462 0 CMakeFiles/tensorflow_detector.dir/object_tracking/tracked_object.cc.o 61afa09608fd8705
12+
2778 12467 0 CMakeFiles/tensorflow_detector.dir/object_tracking/object_tracker.cc.o 3ed267bb65098797
13+
5691 13246 0 CMakeFiles/tensorflow_detector.dir/rgb2yuv.cc.o cacbeff1e85ba914
14+
6096 13255 0 CMakeFiles/tensorflow_detector.dir/yuv2rgb.cc.o c2e00f50706cc675
15+
3669 13837 0 CMakeFiles/tensorflow_detector.dir/object_tracking/object_tracker_jni.cc.o 75caa15f9e61983d
16+
13837 17466 0 /home/irina/FR-android-dlib-opencv/TensorflowDetection/build/intermediates/cmake/debug/obj/arm64-v8a/libtensorflow_detector.so 536cc84fdde5846b
17+
597 2369 0 /home/irina/FR-android-dlib-opencv/TensorflowDetection/build/intermediates/cmake/debug/obj/arm64-v8a/libtensorflow_detector.so 536cc84fdde5846b
Lines changed: 333 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,333 @@
1+
# This is the CMakeCache file.
2+
# For build in directory: /home/irina/FR-android-dlib-opencv/TensorflowDetection/.externalNativeBuild/cmake/debug/arm64-v8a
3+
# It was generated by CMake: /home/irina/Android/Sdk/cmake/3.6.4111459/bin/cmake
4+
# You can edit this file to change values found and used by cmake.
5+
# If you do not want to change any of the values, simply exit the editor.
6+
# If you do want to change a value, simply edit, save, and exit the editor.
7+
# The syntax for the file is as follows:
8+
# KEY:TYPE=VALUE
9+
# KEY is the name of a variable in the cache.
10+
# TYPE is a hint to GUIs for the type of VALUE, DO NOT EDIT TYPE!.
11+
# VALUE is the current value for the KEY.
12+
13+
########################
14+
# EXTERNAL cache entries
15+
########################
16+
17+
//No help, variable specified on the command line.
18+
ANDROID_ABI:UNINITIALIZED=arm64-v8a
19+
20+
//No help, variable specified on the command line.
21+
ANDROID_NDK:UNINITIALIZED=/home/irina/Android/Sdk/ndk-bundle
22+
23+
//No help, variable specified on the command line.
24+
ANDROID_PLATFORM:UNINITIALIZED=android-21
25+
26+
//No help, variable specified on the command line.
27+
ANDROID_STL:UNINITIALIZED=gnustl_static
28+
29+
//No help, variable specified on the command line.
30+
ANDROID_TOOLCHAIN:UNINITIALIZED=gcc
31+
32+
//Archiver
33+
CMAKE_AR:FILEPATH=/home/irina/Android/Sdk/ndk-bundle/toolchains/aarch64-linux-android-4.9/prebuilt/linux-x86_64/bin/aarch64-linux-android-gcc-ar
34+
35+
//Flags used by the compiler during all build types.
36+
CMAKE_ASM_FLAGS:STRING=
37+
38+
//Flags used by the compiler during debug builds.
39+
CMAKE_ASM_FLAGS_DEBUG:STRING=
40+
41+
//Flags used by the compiler during release builds.
42+
CMAKE_ASM_FLAGS_RELEASE:STRING=
43+
44+
//Choose the type of build, options are: None(CMAKE_CXX_FLAGS or
45+
// CMAKE_C_FLAGS used) Debug Release RelWithDebInfo MinSizeRel.
46+
CMAKE_BUILD_TYPE:STRING=Debug
47+
48+
//Flags used by the compiler during all build types.
49+
CMAKE_CXX_FLAGS:STRING=-std=c++11
50+
51+
//Flags used by the compiler during debug builds.
52+
CMAKE_CXX_FLAGS_DEBUG:STRING=
53+
54+
//Flags used by the compiler during release builds for minimum
55+
// size.
56+
CMAKE_CXX_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG
57+
58+
//Flags used by the compiler during release builds.
59+
CMAKE_CXX_FLAGS_RELEASE:STRING=
60+
61+
//Flags used by the compiler during release builds with debug info.
62+
CMAKE_CXX_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG
63+
64+
//Libraries linked by default with all C++ applications.
65+
CMAKE_CXX_STANDARD_LIBRARIES:STRING=-latomic -lm "/home/irina/Android/Sdk/ndk-bundle/sources/cxx-stl/gnu-libstdc++/4.9/libs/arm64-v8a/libgnustl_static.a"
66+
67+
//Flags used by the compiler during all build types.
68+
CMAKE_C_FLAGS:STRING=
69+
70+
//Flags used by the compiler during debug builds.
71+
CMAKE_C_FLAGS_DEBUG:STRING=
72+
73+
//Flags used by the compiler during release builds for minimum
74+
// size.
75+
CMAKE_C_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG
76+
77+
//Flags used by the compiler during release builds.
78+
CMAKE_C_FLAGS_RELEASE:STRING=
79+
80+
//Flags used by the compiler during release builds with debug info.
81+
CMAKE_C_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG
82+
83+
//Libraries linked by default with all C applications.
84+
CMAKE_C_STANDARD_LIBRARIES:STRING=-latomic -lm
85+
86+
//Flags used by the linker.
87+
CMAKE_EXE_LINKER_FLAGS:STRING=
88+
89+
//Flags used by the linker during debug builds.
90+
CMAKE_EXE_LINKER_FLAGS_DEBUG:STRING=
91+
92+
//Flags used by the linker during release minsize builds.
93+
CMAKE_EXE_LINKER_FLAGS_MINSIZEREL:STRING=
94+
95+
//Flags used by the linker during release builds.
96+
CMAKE_EXE_LINKER_FLAGS_RELEASE:STRING=
97+
98+
//Flags used by the linker during Release with Debug Info builds.
99+
CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO:STRING=
100+
101+
//Enable/Disable output of compile commands during generation.
102+
CMAKE_EXPORT_COMPILE_COMMANDS:BOOL=OFF
103+
104+
//Install path prefix, prepended onto install directories.
105+
CMAKE_INSTALL_PREFIX:PATH=/usr/local
106+
107+
//No help, variable specified on the command line.
108+
CMAKE_LIBRARY_OUTPUT_DIRECTORY:UNINITIALIZED=/home/irina/FR-android-dlib-opencv/TensorflowDetection/build/intermediates/cmake/debug/obj/arm64-v8a
109+
110+
//Path to a program.
111+
CMAKE_LINKER:FILEPATH=/home/irina/Android/Sdk/ndk-bundle/toolchains/aarch64-linux-android-4.9/prebuilt/linux-x86_64/bin/aarch64-linux-android-ld
112+
113+
//No help, variable specified on the command line.
114+
CMAKE_MAKE_PROGRAM:UNINITIALIZED=/home/irina/Android/Sdk/cmake/3.6.4111459/bin/ninja
115+
116+
//Flags used by the linker during the creation of modules.
117+
CMAKE_MODULE_LINKER_FLAGS:STRING=
118+
119+
//Flags used by the linker during debug builds.
120+
CMAKE_MODULE_LINKER_FLAGS_DEBUG:STRING=
121+
122+
//Flags used by the linker during release minsize builds.
123+
CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL:STRING=
124+
125+
//Flags used by the linker during release builds.
126+
CMAKE_MODULE_LINKER_FLAGS_RELEASE:STRING=
127+
128+
//Flags used by the linker during Release with Debug Info builds.
129+
CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO:STRING=
130+
131+
//Path to a program.
132+
CMAKE_NM:FILEPATH=/home/irina/Android/Sdk/ndk-bundle/toolchains/aarch64-linux-android-4.9/prebuilt/linux-x86_64/bin/aarch64-linux-android-nm
133+
134+
//Path to a program.
135+
CMAKE_OBJCOPY:FILEPATH=/home/irina/Android/Sdk/ndk-bundle/toolchains/aarch64-linux-android-4.9/prebuilt/linux-x86_64/bin/aarch64-linux-android-objcopy
136+
137+
//Path to a program.
138+
CMAKE_OBJDUMP:FILEPATH=/home/irina/Android/Sdk/ndk-bundle/toolchains/aarch64-linux-android-4.9/prebuilt/linux-x86_64/bin/aarch64-linux-android-objdump
139+
140+
//Value Computed by CMake
141+
CMAKE_PROJECT_NAME:STATIC=TENSORFLOW_DETECTOR
142+
143+
//Ranlib
144+
CMAKE_RANLIB:FILEPATH=/home/irina/Android/Sdk/ndk-bundle/toolchains/aarch64-linux-android-4.9/prebuilt/linux-x86_64/bin/aarch64-linux-android-gcc-ranlib
145+
146+
//Flags used by the linker during the creation of dll's.
147+
CMAKE_SHARED_LINKER_FLAGS:STRING=
148+
149+
//Flags used by the linker during debug builds.
150+
CMAKE_SHARED_LINKER_FLAGS_DEBUG:STRING=
151+
152+
//Flags used by the linker during release minsize builds.
153+
CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL:STRING=
154+
155+
//Flags used by the linker during release builds.
156+
CMAKE_SHARED_LINKER_FLAGS_RELEASE:STRING=
157+
158+
//Flags used by the linker during Release with Debug Info builds.
159+
CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO:STRING=
160+
161+
//If set, runtime paths are not added when installing shared libraries,
162+
// but are added when building.
163+
CMAKE_SKIP_INSTALL_RPATH:BOOL=NO
164+
165+
//If set, runtime paths are not added when using shared libraries.
166+
CMAKE_SKIP_RPATH:BOOL=NO
167+
168+
//Flags used by the linker during the creation of static libraries.
169+
CMAKE_STATIC_LINKER_FLAGS:STRING=
170+
171+
//Flags used by the linker during debug builds.
172+
CMAKE_STATIC_LINKER_FLAGS_DEBUG:STRING=
173+
174+
//Flags used by the linker during release minsize builds.
175+
CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL:STRING=
176+
177+
//Flags used by the linker during release builds.
178+
CMAKE_STATIC_LINKER_FLAGS_RELEASE:STRING=
179+
180+
//Flags used by the linker during Release with Debug Info builds.
181+
CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO:STRING=
182+
183+
//Path to a program.
184+
CMAKE_STRIP:FILEPATH=/home/irina/Android/Sdk/ndk-bundle/toolchains/aarch64-linux-android-4.9/prebuilt/linux-x86_64/bin/aarch64-linux-android-strip
185+
186+
//The CMake toolchain file
187+
CMAKE_TOOLCHAIN_FILE:FILEPATH=/home/irina/Android/Sdk/ndk-bundle/build/cmake/android.toolchain.cmake
188+
189+
//If this value is on, makefiles will be generated without the
190+
// .SILENT directive, and all commands will be echoed to the console
191+
// during the make. This is useful for debugging only. With Visual
192+
// Studio IDE projects all commands are done without /nologo.
193+
CMAKE_VERBOSE_MAKEFILE:BOOL=FALSE
194+
195+
//Value Computed by CMake
196+
TENSORFLOW_DETECTOR_BINARY_DIR:STATIC=/home/irina/FR-android-dlib-opencv/TensorflowDetection/.externalNativeBuild/cmake/debug/arm64-v8a
197+
198+
//Value Computed by CMake
199+
TENSORFLOW_DETECTOR_SOURCE_DIR:STATIC=/home/irina/FR-android-dlib-opencv/TensorflowDetection/jni
200+
201+
//Path to a library.
202+
log-lib:FILEPATH=/home/irina/Android/Sdk/ndk-bundle/platforms/android-21/arch-arm64/usr/lib/liblog.so
203+
204+
//Dependencies for the target
205+
tensorflow_detector_LIB_DEPENDS:STATIC=general;android;general;log;general;jnigraphics;general;m;general;atomic;general;z;
206+
207+
208+
########################
209+
# INTERNAL cache entries
210+
########################
211+
212+
//ADVANCED property for variable: CMAKE_AR
213+
CMAKE_AR-ADVANCED:INTERNAL=1
214+
//This is the directory where this CMakeCache.txt was created
215+
CMAKE_CACHEFILE_DIR:INTERNAL=/home/irina/FR-android-dlib-opencv/TensorflowDetection/.externalNativeBuild/cmake/debug/arm64-v8a
216+
//Major version of cmake used to create the current loaded cache
217+
CMAKE_CACHE_MAJOR_VERSION:INTERNAL=3
218+
//Minor version of cmake used to create the current loaded cache
219+
CMAKE_CACHE_MINOR_VERSION:INTERNAL=6
220+
//Patch version of cmake used to create the current loaded cache
221+
CMAKE_CACHE_PATCH_VERSION:INTERNAL=0
222+
//Path to CMake executable.
223+
CMAKE_COMMAND:INTERNAL=/home/irina/Android/Sdk/cmake/3.6.4111459/bin/cmake
224+
//Path to cpack program executable.
225+
CMAKE_CPACK_COMMAND:INTERNAL=/home/irina/Android/Sdk/cmake/3.6.4111459/bin/cpack
226+
//Path to ctest program executable.
227+
CMAKE_CTEST_COMMAND:INTERNAL=/home/irina/Android/Sdk/cmake/3.6.4111459/bin/ctest
228+
//ADVANCED property for variable: CMAKE_CXX_FLAGS
229+
CMAKE_CXX_FLAGS-ADVANCED:INTERNAL=1
230+
//ADVANCED property for variable: CMAKE_CXX_FLAGS_DEBUG
231+
CMAKE_CXX_FLAGS_DEBUG-ADVANCED:INTERNAL=1
232+
//ADVANCED property for variable: CMAKE_CXX_FLAGS_MINSIZEREL
233+
CMAKE_CXX_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
234+
//ADVANCED property for variable: CMAKE_CXX_FLAGS_RELEASE
235+
CMAKE_CXX_FLAGS_RELEASE-ADVANCED:INTERNAL=1
236+
//ADVANCED property for variable: CMAKE_CXX_FLAGS_RELWITHDEBINFO
237+
CMAKE_CXX_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
238+
//ADVANCED property for variable: CMAKE_CXX_STANDARD_LIBRARIES
239+
CMAKE_CXX_STANDARD_LIBRARIES-ADVANCED:INTERNAL=1
240+
//ADVANCED property for variable: CMAKE_C_FLAGS
241+
CMAKE_C_FLAGS-ADVANCED:INTERNAL=1
242+
//ADVANCED property for variable: CMAKE_C_FLAGS_DEBUG
243+
CMAKE_C_FLAGS_DEBUG-ADVANCED:INTERNAL=1
244+
//ADVANCED property for variable: CMAKE_C_FLAGS_MINSIZEREL
245+
CMAKE_C_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
246+
//ADVANCED property for variable: CMAKE_C_FLAGS_RELEASE
247+
CMAKE_C_FLAGS_RELEASE-ADVANCED:INTERNAL=1
248+
//ADVANCED property for variable: CMAKE_C_FLAGS_RELWITHDEBINFO
249+
CMAKE_C_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
250+
//ADVANCED property for variable: CMAKE_C_STANDARD_LIBRARIES
251+
CMAKE_C_STANDARD_LIBRARIES-ADVANCED:INTERNAL=1
252+
//Executable file format
253+
CMAKE_EXECUTABLE_FORMAT:INTERNAL=ELF
254+
//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS
255+
CMAKE_EXE_LINKER_FLAGS-ADVANCED:INTERNAL=1
256+
//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_DEBUG
257+
CMAKE_EXE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
258+
//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_MINSIZEREL
259+
CMAKE_EXE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
260+
//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELEASE
261+
CMAKE_EXE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
262+
//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO
263+
CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
264+
//ADVANCED property for variable: CMAKE_EXPORT_COMPILE_COMMANDS
265+
CMAKE_EXPORT_COMPILE_COMMANDS-ADVANCED:INTERNAL=1
266+
//Name of external makefile project generator.
267+
CMAKE_EXTRA_GENERATOR:INTERNAL=Android Gradle
268+
//Name of generator.
269+
CMAKE_GENERATOR:INTERNAL=Ninja
270+
//Name of generator platform.
271+
CMAKE_GENERATOR_PLATFORM:INTERNAL=
272+
//Name of generator toolset.
273+
CMAKE_GENERATOR_TOOLSET:INTERNAL=
274+
//Source directory with the top level CMakeLists.txt file for this
275+
// project
276+
CMAKE_HOME_DIRECTORY:INTERNAL=/home/irina/FR-android-dlib-opencv/TensorflowDetection/jni
277+
//Install .so files without execute permission.
278+
CMAKE_INSTALL_SO_NO_EXE:INTERNAL=1
279+
//ADVANCED property for variable: CMAKE_LINKER
280+
CMAKE_LINKER-ADVANCED:INTERNAL=1
281+
//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS
282+
CMAKE_MODULE_LINKER_FLAGS-ADVANCED:INTERNAL=1
283+
//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_DEBUG
284+
CMAKE_MODULE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
285+
//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL
286+
CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
287+
//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELEASE
288+
CMAKE_MODULE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
289+
//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO
290+
CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
291+
//ADVANCED property for variable: CMAKE_NM
292+
CMAKE_NM-ADVANCED:INTERNAL=1
293+
//number of local generators
294+
CMAKE_NUMBER_OF_MAKEFILES:INTERNAL=1
295+
//ADVANCED property for variable: CMAKE_OBJCOPY
296+
CMAKE_OBJCOPY-ADVANCED:INTERNAL=1
297+
//ADVANCED property for variable: CMAKE_OBJDUMP
298+
CMAKE_OBJDUMP-ADVANCED:INTERNAL=1
299+
//ADVANCED property for variable: CMAKE_RANLIB
300+
CMAKE_RANLIB-ADVANCED:INTERNAL=1
301+
//Path to CMake installation.
302+
CMAKE_ROOT:INTERNAL=/home/irina/Android/Sdk/cmake/3.6.4111459/share/cmake-3.6
303+
//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS
304+
CMAKE_SHARED_LINKER_FLAGS-ADVANCED:INTERNAL=1
305+
//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_DEBUG
306+
CMAKE_SHARED_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
307+
//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL
308+
CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
309+
//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELEASE
310+
CMAKE_SHARED_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
311+
//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO
312+
CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
313+
//ADVANCED property for variable: CMAKE_SKIP_INSTALL_RPATH
314+
CMAKE_SKIP_INSTALL_RPATH-ADVANCED:INTERNAL=1
315+
//ADVANCED property for variable: CMAKE_SKIP_RPATH
316+
CMAKE_SKIP_RPATH-ADVANCED:INTERNAL=1
317+
//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS
318+
CMAKE_STATIC_LINKER_FLAGS-ADVANCED:INTERNAL=1
319+
//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_DEBUG
320+
CMAKE_STATIC_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
321+
//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL
322+
CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
323+
//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELEASE
324+
CMAKE_STATIC_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
325+
//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO
326+
CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
327+
//ADVANCED property for variable: CMAKE_STRIP
328+
CMAKE_STRIP-ADVANCED:INTERNAL=1
329+
//uname command
330+
CMAKE_UNAME:INTERNAL=/bin/uname
331+
//ADVANCED property for variable: CMAKE_VERBOSE_MAKEFILE
332+
CMAKE_VERBOSE_MAKEFILE-ADVANCED:INTERNAL=1
333+

0 commit comments

Comments
 (0)