We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent abfdf7b commit dafbe03Copy full SHA for dafbe03
Tip_Cmake_gcc.md
@@ -47,3 +47,17 @@ $ nm libvtkCommonDataModel-9.1.so
47
- Test test_mpi.c from FindMPI folder
48
- MKL library was not found from linking
49
- Added -DCMAKE_CXX_FLAGS="-L${MKLROOT}/lib/intel64" resolved the isue
50
+
51
+## Order of external project build
52
+- Adding dependencies on external projects
53
+```
54
+ExternalProject_Add(
55
+ AAA_PROJECT
56
+ ...
57
+)
58
59
+ BBB_PROJECT
60
+ DEPENDS AAA_PROJECT
61
62
63
0 commit comments