Browse Source

Cross compile boost progress support

lagkey
Trevor Irons 6 years ago
parent
commit
3dc3b1f85f
2 changed files with 3 additions and 3 deletions
  1. 2
    2
      CMakeLists.txt
  2. 1
    1
      Modules/FDEM1D/examples/Hantenna.cpp

+ 2
- 2
CMakeLists.txt View File

55
     find_package (yaml-cpp 0.6 ) #QUIET )  # Serialisation of classes 
55
     find_package (yaml-cpp 0.6 ) #QUIET )  # Serialisation of classes 
56
 endif()
56
 endif()
57
 
57
 
58
-find_package (Eigen3 3.3 )# QUIET)     # Matrix/Vector & Math
59
-find_package (yaml-cpp 0.6 ) #QUIET )  # Serialisation of classes 
58
+find_package (Eigen3 3.3 QUIET)     # Matrix/Vector & Math
59
+find_package (yaml-cpp 0.6 QUIET )  # Serialisation of classes 
60
 
60
 
61
 INCLUDE_DIRECTORIES(${YAML_CPP_INCLUDE_DIR})
61
 INCLUDE_DIRECTORIES(${YAML_CPP_INCLUDE_DIR})
62
 
62
 

+ 1
- 1
Modules/FDEM1D/examples/Hantenna.cpp View File

37
 
37
 
38
     std::cout <<
38
     std::cout <<
39
     "\n"
39
     "\n"
40
-    << "Hantenna \n\n
40
+    << "Hantenna \n\n"
41
     << "Hantenna is a programme for computing the H field from polygonal wire\n"
41
     << "Hantenna is a programme for computing the H field from polygonal wire\n"
42
     << "loop sources \n\n"
42
     << "loop sources \n\n"
43
     << "Hantenna was built using Lemma (Lemma is an Electromagnetics Modelling API)\n"
43
     << "Hantenna was built using Lemma (Lemma is an Electromagnetics Modelling API)\n"

Loading…
Cancel
Save