Advertisement
Guest User

Untitled

a guest
Jan 18th, 2016
23
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 136.42 KB | None | 0 0
  1. corentin@debian:~/dev_0.10.2/fw4spl/build$ cmake ..
  2. -- The C compiler identification is GNU 5.3.1
  3. -- The CXX compiler identification is GNU 5.3.1
  4. -- Check for working C compiler: /usr/bin/cc
  5. -- Check for working C compiler: /usr/bin/cc -- works
  6. -- Detecting C compiler ABI info
  7. -- Detecting C compiler ABI info - done
  8. -- Detecting C compile features
  9. -- Detecting C compile features - done
  10. -- Check for working CXX compiler: /usr/bin/c++
  11. -- Check for working CXX compiler: /usr/bin/c++ -- works
  12. -- Detecting CXX compiler ABI info
  13. -- Detecting CXX compiler ABI info - done
  14. -- Detecting CXX compile features
  15. -- Detecting CXX compile features - done
  16. -- include : /home/corentin/dev_0.10.2/fw4spl/cmake-finders/fw-boost.cmake
  17. -- include : /home/corentin/dev_0.10.2/fw4spl/cmake-finders/fw-Qt5.cmake
  18. -- include : /home/corentin/dev_0.10.2/fw4spl/cmake-finders/fw-VXL.cmake
  19. -- include : /home/corentin/dev_0.10.2/fw4spl/cmake-finders/fw-ITK.cmake
  20. -- include : /home/corentin/dev_0.10.2/fw4spl/cmake-finders/fw-wxWidgets.cmake
  21. -- include : /home/corentin/dev_0.10.2/fw4spl/cmake-finders/fw-DCMTK.cmake
  22. -- include : /home/corentin/dev_0.10.2/fw4spl/cmake-finders/fw-VTK.cmake
  23. -- Configuring fwCore: /home/corentin/dev_0.10.2/fw4spl/SrcLib/core/fwCore
  24. -- Boost version: 1.58.0
  25. -- Found the following Boost libraries:
  26. -- thread
  27. -- system
  28. -- filesystem
  29. -- date_time
  30. -- log
  31. -- log_setup
  32. -- Configuring fwThread: /home/corentin/dev_0.10.2/fw4spl/SrcLib/core/fwThread
  33. -- Configuring fwCom: /home/corentin/dev_0.10.2/fw4spl/SrcLib/core/fwCom
  34. -- Configuring fwCamp: /home/corentin/dev_0.10.2/fw4spl/SrcLib/core/fwCamp
  35. -- Found CAMP: /usr/lib/libcamp.so
  36. -- Configuring fwTools: /home/corentin/dev_0.10.2/fw4spl/SrcLib/core/fwTools
  37. -- Boost version: 1.58.0
  38. -- Found the following Boost libraries:
  39. -- regex
  40. -- signals
  41. -- Configuring fwMemory: /home/corentin/dev_0.10.2/fw4spl/SrcLib/core/fwMemory
  42. -- Boost version: 1.58.0
  43. -- Found the following Boost libraries:
  44. -- regex
  45. -- signals
  46. -- iostreams
  47. -- Configuring fwData: /home/corentin/dev_0.10.2/fw4spl/SrcLib/core/fwData
  48. -- Configuring fwMath: /home/corentin/dev_0.10.2/fw4spl/SrcLib/core/fwMath
  49. -- Found GLM: /usr/include
  50. -- GLM_INCLUDE_DIR = /usr/include
  51. -- Configuring fwMedData: /home/corentin/dev_0.10.2/fw4spl/SrcLib/core/fwMedData
  52. -- Configuring fwRuntime: /home/corentin/dev_0.10.2/fw4spl/SrcLib/core/fwRuntime
  53. -- Boost version: 1.58.0
  54. -- Found the following Boost libraries:
  55. -- regex
  56. -- Found LibXml2: /usr/lib/x86_64-linux-gnu/libxml2.so (found version "2.9.3")
  57. -- Configuring fwDataCamp: /home/corentin/dev_0.10.2/fw4spl/SrcLib/core/fwDataCamp
  58. -- Configuring fwActivities: /home/corentin/dev_0.10.2/fw4spl/SrcLib/core/fwActivities
  59. -- Boost version: 1.58.0
  60. -- Found the following Boost libraries:
  61. -- regex
  62. -- Configuring fwServices: /home/corentin/dev_0.10.2/fw4spl/SrcLib/core/fwServices
  63. -- Boost version: 1.58.0
  64. -- Found the following Boost libraries:
  65. -- regex
  66. -- Configuring fwComEd: /home/corentin/dev_0.10.2/fw4spl/SrcLib/core/fwComEd
  67. -- Configuring fwDataTools: /home/corentin/dev_0.10.2/fw4spl/SrcLib/core/fwDataTools
  68. -- GLM_INCLUDE_DIR = /usr/include
  69. -- Configuring fwTest: /home/corentin/dev_0.10.2/fw4spl/SrcLib/tests/fwTest
  70. -- Boost version: 1.58.0
  71. -- Found the following Boost libraries:
  72. -- chrono
  73. -- Configuring fwTestTest: /home/corentin/dev_0.10.2/fw4spl/SrcLib/tests/fwTest/test
  74. CMake Warning (dev) at CMakeLists.txt:725 (elseif):
  75. Policy CMP0054 is not set: Only interpret if() arguments as variables or
  76. keywords when unquoted. Run "cmake --help-policy CMP0054" for policy
  77. details. Use the cmake_policy command to set the policy and suppress this
  78. warning.
  79.  
  80. Quoted keywords like "TEST" will no longer be interpreted as keywords when
  81. the policy is set to NEW. Since the policy is not set the OLD behavior
  82. will be used.
  83. Call Stack (most recent call first):
  84. SrcLib/tests/fwTest/test/CMakeLists.txt:1 (fwLoadProperties)
  85. This warning is for project developers. Use -Wno-dev to suppress it.
  86.  
  87. CMake Warning (dev) at CMakeLists.txt:1 (fwLoadProperties):
  88. Policy CMP0064 is not set: Support new TEST if() operator. Run "cmake
  89. --help-policy CMP0064" for policy details. Use the cmake_policy command to
  90. set the policy and suppress this warning.
  91.  
  92. TEST will be interpreted as an operator when the policy is set to NEW.
  93. Since the policy is not set the OLD behavior will be used.
  94. Call Stack (most recent call first):
  95. SrcLib/tests/fwTest/test/CMakeLists.txt:1 (fwLoadProperties)
  96. This warning is for project developers. Use -Wno-dev to suppress it.
  97.  
  98. -- Configuring fwCoreTest: /home/corentin/dev_0.10.2/fw4spl/SrcLib/core/fwCore/test
  99. CMake Warning (dev) at CMakeLists.txt:725 (elseif):
  100. Policy CMP0054 is not set: Only interpret if() arguments as variables or
  101. keywords when unquoted. Run "cmake --help-policy CMP0054" for policy
  102. details. Use the cmake_policy command to set the policy and suppress this
  103. warning.
  104.  
  105. Quoted keywords like "TEST" will no longer be interpreted as keywords when
  106. the policy is set to NEW. Since the policy is not set the OLD behavior
  107. will be used.
  108. Call Stack (most recent call first):
  109. SrcLib/core/fwCore/test/CMakeLists.txt:1 (fwLoadProperties)
  110. This warning is for project developers. Use -Wno-dev to suppress it.
  111.  
  112. CMake Warning (dev) at CMakeLists.txt:1 (fwLoadProperties):
  113. Policy CMP0064 is not set: Support new TEST if() operator. Run "cmake
  114. --help-policy CMP0064" for policy details. Use the cmake_policy command to
  115. set the policy and suppress this warning.
  116.  
  117. TEST will be interpreted as an operator when the policy is set to NEW.
  118. Since the policy is not set the OLD behavior will be used.
  119. Call Stack (most recent call first):
  120. SrcLib/core/fwCore/test/CMakeLists.txt:1 (fwLoadProperties)
  121. This warning is for project developers. Use -Wno-dev to suppress it.
  122.  
  123. -- Boost version: 1.58.0
  124. -- Found the following Boost libraries:
  125. -- chrono
  126. -- regex
  127. -- Configuring fwThreadTest: /home/corentin/dev_0.10.2/fw4spl/SrcLib/core/fwThread/test
  128. CMake Warning (dev) at CMakeLists.txt:725 (elseif):
  129. Policy CMP0054 is not set: Only interpret if() arguments as variables or
  130. keywords when unquoted. Run "cmake --help-policy CMP0054" for policy
  131. details. Use the cmake_policy command to set the policy and suppress this
  132. warning.
  133.  
  134. Quoted keywords like "TEST" will no longer be interpreted as keywords when
  135. the policy is set to NEW. Since the policy is not set the OLD behavior
  136. will be used.
  137. Call Stack (most recent call first):
  138. SrcLib/core/fwThread/test/CMakeLists.txt:1 (fwLoadProperties)
  139. This warning is for project developers. Use -Wno-dev to suppress it.
  140.  
  141. CMake Warning (dev) at CMakeLists.txt:1 (fwLoadProperties):
  142. Policy CMP0064 is not set: Support new TEST if() operator. Run "cmake
  143. --help-policy CMP0064" for policy details. Use the cmake_policy command to
  144. set the policy and suppress this warning.
  145.  
  146. TEST will be interpreted as an operator when the policy is set to NEW.
  147. Since the policy is not set the OLD behavior will be used.
  148. Call Stack (most recent call first):
  149. SrcLib/core/fwThread/test/CMakeLists.txt:1 (fwLoadProperties)
  150. This warning is for project developers. Use -Wno-dev to suppress it.
  151.  
  152. -- Boost version: 1.58.0
  153. -- Found the following Boost libraries:
  154. -- chrono
  155. -- Configuring fwPython: /home/corentin/dev_0.10.2/fw4spl/SrcLib/core/fwPython
  156. -- Boost version: 1.58.0
  157. -- Found the following Boost libraries:
  158. -- python
  159. -- Found PythonLibs: /usr/lib/x86_64-linux-gnu/libpython2.7.so (found suitable version "2.7.11", minimum required is "2.7")
  160. -- Configuring fwPythonTest: /home/corentin/dev_0.10.2/fw4spl/SrcLib/core/fwPython/test
  161. CMake Warning (dev) at CMakeLists.txt:725 (elseif):
  162. Policy CMP0054 is not set: Only interpret if() arguments as variables or
  163. keywords when unquoted. Run "cmake --help-policy CMP0054" for policy
  164. details. Use the cmake_policy command to set the policy and suppress this
  165. warning.
  166.  
  167. Quoted keywords like "TEST" will no longer be interpreted as keywords when
  168. the policy is set to NEW. Since the policy is not set the OLD behavior
  169. will be used.
  170. Call Stack (most recent call first):
  171. SrcLib/core/fwPython/test/CMakeLists.txt:1 (fwLoadProperties)
  172. This warning is for project developers. Use -Wno-dev to suppress it.
  173.  
  174. CMake Warning (dev) at CMakeLists.txt:1 (fwLoadProperties):
  175. Policy CMP0064 is not set: Support new TEST if() operator. Run "cmake
  176. --help-policy CMP0064" for policy details. Use the cmake_policy command to
  177. set the policy and suppress this warning.
  178.  
  179. TEST will be interpreted as an operator when the policy is set to NEW.
  180. Since the policy is not set the OLD behavior will be used.
  181. Call Stack (most recent call first):
  182. SrcLib/core/fwPython/test/CMakeLists.txt:1 (fwLoadProperties)
  183. This warning is for project developers. Use -Wno-dev to suppress it.
  184.  
  185. -- Configuring fwMathTest: /home/corentin/dev_0.10.2/fw4spl/SrcLib/core/fwMath/test
  186. CMake Warning (dev) at CMakeLists.txt:725 (elseif):
  187. Policy CMP0054 is not set: Only interpret if() arguments as variables or
  188. keywords when unquoted. Run "cmake --help-policy CMP0054" for policy
  189. details. Use the cmake_policy command to set the policy and suppress this
  190. warning.
  191.  
  192. Quoted keywords like "TEST" will no longer be interpreted as keywords when
  193. the policy is set to NEW. Since the policy is not set the OLD behavior
  194. will be used.
  195. Call Stack (most recent call first):
  196. SrcLib/core/fwMath/test/CMakeLists.txt:1 (fwLoadProperties)
  197. This warning is for project developers. Use -Wno-dev to suppress it.
  198.  
  199. CMake Warning (dev) at CMakeLists.txt:1 (fwLoadProperties):
  200. Policy CMP0064 is not set: Support new TEST if() operator. Run "cmake
  201. --help-policy CMP0064" for policy details. Use the cmake_policy command to
  202. set the policy and suppress this warning.
  203.  
  204. TEST will be interpreted as an operator when the policy is set to NEW.
  205. Since the policy is not set the OLD behavior will be used.
  206. Call Stack (most recent call first):
  207. SrcLib/core/fwMath/test/CMakeLists.txt:1 (fwLoadProperties)
  208. This warning is for project developers. Use -Wno-dev to suppress it.
  209.  
  210. -- Configuring fwAtoms: /home/corentin/dev_0.10.2/fw4spl/SrcLib/core/fwAtoms
  211. -- Configuring fwAtomConversion: /home/corentin/dev_0.10.2/fw4spl/SrcLib/core/fwAtomConversion
  212. -- Configuring fwAtomsPatch: /home/corentin/dev_0.10.2/fw4spl/SrcLib/core/fwAtomsPatch
  213. -- Boost version: 1.58.0
  214. -- Found the following Boost libraries:
  215. -- log
  216. -- log_setup
  217. -- Configuring fwAtomsFilter: /home/corentin/dev_0.10.2/fw4spl/SrcLib/core/fwAtomsFilter
  218. -- Configuring fwJobs: /home/corentin/dev_0.10.2/fw4spl/SrcLib/core/fwJobs
  219. -- Configuring fwDataIO: /home/corentin/dev_0.10.2/fw4spl/SrcLib/core/fwDataIO
  220. -- Found ZLIB: /usr/lib/x86_64-linux-gnu/libz.so (found version "1.2.8")
  221. -- Configuring fwDataIOTest: /home/corentin/dev_0.10.2/fw4spl/SrcLib/core/fwDataIO/test
  222. CMake Warning (dev) at CMakeLists.txt:725 (elseif):
  223. Policy CMP0054 is not set: Only interpret if() arguments as variables or
  224. keywords when unquoted. Run "cmake --help-policy CMP0054" for policy
  225. details. Use the cmake_policy command to set the policy and suppress this
  226. warning.
  227.  
  228. Quoted keywords like "TEST" will no longer be interpreted as keywords when
  229. the policy is set to NEW. Since the policy is not set the OLD behavior
  230. will be used.
  231. Call Stack (most recent call first):
  232. SrcLib/core/fwDataIO/test/CMakeLists.txt:1 (fwLoadProperties)
  233. This warning is for project developers. Use -Wno-dev to suppress it.
  234.  
  235. CMake Warning (dev) at CMakeLists.txt:1 (fwLoadProperties):
  236. Policy CMP0064 is not set: Support new TEST if() operator. Run "cmake
  237. --help-policy CMP0064" for policy details. Use the cmake_policy command to
  238. set the policy and suppress this warning.
  239.  
  240. TEST will be interpreted as an operator when the policy is set to NEW.
  241. Since the policy is not set the OLD behavior will be used.
  242. Call Stack (most recent call first):
  243. SrcLib/core/fwDataIO/test/CMakeLists.txt:1 (fwLoadProperties)
  244. This warning is for project developers. Use -Wno-dev to suppress it.
  245.  
  246. -- Boost version: 1.58.0
  247. -- Found the following Boost libraries:
  248. -- regex
  249. -- Configuring fwGui: /home/corentin/dev_0.10.2/fw4spl/SrcLib/core/fwGui
  250. -- Configuring fwMedDataTest: /home/corentin/dev_0.10.2/fw4spl/SrcLib/core/fwMedData/test
  251. CMake Warning (dev) at CMakeLists.txt:725 (elseif):
  252. Policy CMP0054 is not set: Only interpret if() arguments as variables or
  253. keywords when unquoted. Run "cmake --help-policy CMP0054" for policy
  254. details. Use the cmake_policy command to set the policy and suppress this
  255. warning.
  256.  
  257. Quoted keywords like "TEST" will no longer be interpreted as keywords when
  258. the policy is set to NEW. Since the policy is not set the OLD behavior
  259. will be used.
  260. Call Stack (most recent call first):
  261. SrcLib/core/fwMedData/test/CMakeLists.txt:1 (fwLoadProperties)
  262. This warning is for project developers. Use -Wno-dev to suppress it.
  263.  
  264. CMake Warning (dev) at CMakeLists.txt:1 (fwLoadProperties):
  265. Policy CMP0064 is not set: Support new TEST if() operator. Run "cmake
  266. --help-policy CMP0064" for policy details. Use the cmake_policy command to
  267. set the policy and suppress this warning.
  268.  
  269. TEST will be interpreted as an operator when the policy is set to NEW.
  270. Since the policy is not set the OLD behavior will be used.
  271. Call Stack (most recent call first):
  272. SrcLib/core/fwMedData/test/CMakeLists.txt:1 (fwLoadProperties)
  273. This warning is for project developers. Use -Wno-dev to suppress it.
  274.  
  275. -- Configuring fwComEdTest: /home/corentin/dev_0.10.2/fw4spl/SrcLib/core/fwComEd/test
  276. CMake Warning (dev) at CMakeLists.txt:725 (elseif):
  277. Policy CMP0054 is not set: Only interpret if() arguments as variables or
  278. keywords when unquoted. Run "cmake --help-policy CMP0054" for policy
  279. details. Use the cmake_policy command to set the policy and suppress this
  280. warning.
  281.  
  282. Quoted keywords like "TEST" will no longer be interpreted as keywords when
  283. the policy is set to NEW. Since the policy is not set the OLD behavior
  284. will be used.
  285. Call Stack (most recent call first):
  286. SrcLib/core/fwComEd/test/CMakeLists.txt:1 (fwLoadProperties)
  287. This warning is for project developers. Use -Wno-dev to suppress it.
  288.  
  289. CMake Warning (dev) at CMakeLists.txt:1 (fwLoadProperties):
  290. Policy CMP0064 is not set: Support new TEST if() operator. Run "cmake
  291. --help-policy CMP0064" for policy details. Use the cmake_policy command to
  292. set the policy and suppress this warning.
  293.  
  294. TEST will be interpreted as an operator when the policy is set to NEW.
  295. Since the policy is not set the OLD behavior will be used.
  296. Call Stack (most recent call first):
  297. SrcLib/core/fwComEd/test/CMakeLists.txt:1 (fwLoadProperties)
  298. This warning is for project developers. Use -Wno-dev to suppress it.
  299.  
  300. -- Boost version: 1.58.0
  301. -- Found the following Boost libraries:
  302. -- log
  303. -- chrono
  304. -- Configuring fwGuiQt: /home/corentin/dev_0.10.2/fw4spl/SrcLib/core/fwGuiQt
  305. -- Configuring fwGuiQtTest: /home/corentin/dev_0.10.2/fw4spl/SrcLib/core/fwGuiQt/test
  306. CMake Warning (dev) at CMakeLists.txt:725 (elseif):
  307. Policy CMP0054 is not set: Only interpret if() arguments as variables or
  308. keywords when unquoted. Run "cmake --help-policy CMP0054" for policy
  309. details. Use the cmake_policy command to set the policy and suppress this
  310. warning.
  311.  
  312. Quoted keywords like "TEST" will no longer be interpreted as keywords when
  313. the policy is set to NEW. Since the policy is not set the OLD behavior
  314. will be used.
  315. Call Stack (most recent call first):
  316. SrcLib/core/fwGuiQt/test/CMakeLists.txt:1 (fwLoadProperties)
  317. This warning is for project developers. Use -Wno-dev to suppress it.
  318.  
  319. CMake Warning (dev) at CMakeLists.txt:1 (fwLoadProperties):
  320. Policy CMP0064 is not set: Support new TEST if() operator. Run "cmake
  321. --help-policy CMP0064" for policy details. Use the cmake_policy command to
  322. set the policy and suppress this warning.
  323.  
  324. TEST will be interpreted as an operator when the policy is set to NEW.
  325. Since the policy is not set the OLD behavior will be used.
  326. Call Stack (most recent call first):
  327. SrcLib/core/fwGuiQt/test/CMakeLists.txt:1 (fwLoadProperties)
  328. This warning is for project developers. Use -Wno-dev to suppress it.
  329.  
  330. -- Boost version: 1.58.0
  331. -- Found the following Boost libraries:
  332. -- chrono
  333. -- Configuring fwRuntimeTest: /home/corentin/dev_0.10.2/fw4spl/SrcLib/core/fwRuntime/test
  334. CMake Warning (dev) at CMakeLists.txt:725 (elseif):
  335. Policy CMP0054 is not set: Only interpret if() arguments as variables or
  336. keywords when unquoted. Run "cmake --help-policy CMP0054" for policy
  337. details. Use the cmake_policy command to set the policy and suppress this
  338. warning.
  339.  
  340. Quoted keywords like "TEST" will no longer be interpreted as keywords when
  341. the policy is set to NEW. Since the policy is not set the OLD behavior
  342. will be used.
  343. Call Stack (most recent call first):
  344. SrcLib/core/fwRuntime/test/CMakeLists.txt:1 (fwLoadProperties)
  345. This warning is for project developers. Use -Wno-dev to suppress it.
  346.  
  347. CMake Warning (dev) at CMakeLists.txt:1 (fwLoadProperties):
  348. Policy CMP0064 is not set: Support new TEST if() operator. Run "cmake
  349. --help-policy CMP0064" for policy details. Use the cmake_policy command to
  350. set the policy and suppress this warning.
  351.  
  352. TEST will be interpreted as an operator when the policy is set to NEW.
  353. Since the policy is not set the OLD behavior will be used.
  354. Call Stack (most recent call first):
  355. SrcLib/core/fwRuntime/test/CMakeLists.txt:1 (fwLoadProperties)
  356. This warning is for project developers. Use -Wno-dev to suppress it.
  357.  
  358. -- Configuring fwDataTest: /home/corentin/dev_0.10.2/fw4spl/SrcLib/core/fwData/test
  359. CMake Warning (dev) at CMakeLists.txt:725 (elseif):
  360. Policy CMP0054 is not set: Only interpret if() arguments as variables or
  361. keywords when unquoted. Run "cmake --help-policy CMP0054" for policy
  362. details. Use the cmake_policy command to set the policy and suppress this
  363. warning.
  364.  
  365. Quoted keywords like "TEST" will no longer be interpreted as keywords when
  366. the policy is set to NEW. Since the policy is not set the OLD behavior
  367. will be used.
  368. Call Stack (most recent call first):
  369. SrcLib/core/fwData/test/CMakeLists.txt:1 (fwLoadProperties)
  370. This warning is for project developers. Use -Wno-dev to suppress it.
  371.  
  372. CMake Warning (dev) at CMakeLists.txt:1 (fwLoadProperties):
  373. Policy CMP0064 is not set: Support new TEST if() operator. Run "cmake
  374. --help-policy CMP0064" for policy details. Use the cmake_policy command to
  375. set the policy and suppress this warning.
  376.  
  377. TEST will be interpreted as an operator when the policy is set to NEW.
  378. Since the policy is not set the OLD behavior will be used.
  379. Call Stack (most recent call first):
  380. SrcLib/core/fwData/test/CMakeLists.txt:1 (fwLoadProperties)
  381. This warning is for project developers. Use -Wno-dev to suppress it.
  382.  
  383. -- Boost version: 1.58.0
  384. -- Found the following Boost libraries:
  385. -- chrono
  386. -- Configuring fwToolsTest: /home/corentin/dev_0.10.2/fw4spl/SrcLib/core/fwTools/test
  387. CMake Warning (dev) at CMakeLists.txt:725 (elseif):
  388. Policy CMP0054 is not set: Only interpret if() arguments as variables or
  389. keywords when unquoted. Run "cmake --help-policy CMP0054" for policy
  390. details. Use the cmake_policy command to set the policy and suppress this
  391. warning.
  392.  
  393. Quoted keywords like "TEST" will no longer be interpreted as keywords when
  394. the policy is set to NEW. Since the policy is not set the OLD behavior
  395. will be used.
  396. Call Stack (most recent call first):
  397. SrcLib/core/fwTools/test/CMakeLists.txt:1 (fwLoadProperties)
  398. This warning is for project developers. Use -Wno-dev to suppress it.
  399.  
  400. CMake Warning (dev) at CMakeLists.txt:1 (fwLoadProperties):
  401. Policy CMP0064 is not set: Support new TEST if() operator. Run "cmake
  402. --help-policy CMP0064" for policy details. Use the cmake_policy command to
  403. set the policy and suppress this warning.
  404.  
  405. TEST will be interpreted as an operator when the policy is set to NEW.
  406. Since the policy is not set the OLD behavior will be used.
  407. Call Stack (most recent call first):
  408. SrcLib/core/fwTools/test/CMakeLists.txt:1 (fwLoadProperties)
  409. This warning is for project developers. Use -Wno-dev to suppress it.
  410.  
  411. -- Boost version: 1.58.0
  412. -- Found the following Boost libraries:
  413. -- chrono
  414. -- Configuring fwZip: /home/corentin/dev_0.10.2/fw4spl/SrcLib/core/fwZip
  415. -- Configuring fwZipTest: /home/corentin/dev_0.10.2/fw4spl/SrcLib/core/fwZip/test
  416. CMake Warning (dev) at CMakeLists.txt:725 (elseif):
  417. Policy CMP0054 is not set: Only interpret if() arguments as variables or
  418. keywords when unquoted. Run "cmake --help-policy CMP0054" for policy
  419. details. Use the cmake_policy command to set the policy and suppress this
  420. warning.
  421.  
  422. Quoted keywords like "TEST" will no longer be interpreted as keywords when
  423. the policy is set to NEW. Since the policy is not set the OLD behavior
  424. will be used.
  425. Call Stack (most recent call first):
  426. SrcLib/core/fwZip/test/CMakeLists.txt:1 (fwLoadProperties)
  427. This warning is for project developers. Use -Wno-dev to suppress it.
  428.  
  429. CMake Warning (dev) at CMakeLists.txt:1 (fwLoadProperties):
  430. Policy CMP0064 is not set: Support new TEST if() operator. Run "cmake
  431. --help-policy CMP0064" for policy details. Use the cmake_policy command to
  432. set the policy and suppress this warning.
  433.  
  434. TEST will be interpreted as an operator when the policy is set to NEW.
  435. Since the policy is not set the OLD behavior will be used.
  436. Call Stack (most recent call first):
  437. SrcLib/core/fwZip/test/CMakeLists.txt:1 (fwLoadProperties)
  438. This warning is for project developers. Use -Wno-dev to suppress it.
  439.  
  440. -- Boost version: 1.58.0
  441. -- Found the following Boost libraries:
  442. -- thread
  443. -- filesystem
  444. -- system
  445. -- Configuring fwDataCampTest: /home/corentin/dev_0.10.2/fw4spl/SrcLib/core/fwDataCamp/test
  446. CMake Warning (dev) at CMakeLists.txt:725 (elseif):
  447. Policy CMP0054 is not set: Only interpret if() arguments as variables or
  448. keywords when unquoted. Run "cmake --help-policy CMP0054" for policy
  449. details. Use the cmake_policy command to set the policy and suppress this
  450. warning.
  451.  
  452. Quoted keywords like "TEST" will no longer be interpreted as keywords when
  453. the policy is set to NEW. Since the policy is not set the OLD behavior
  454. will be used.
  455. Call Stack (most recent call first):
  456. SrcLib/core/fwDataCamp/test/CMakeLists.txt:1 (fwLoadProperties)
  457. This warning is for project developers. Use -Wno-dev to suppress it.
  458.  
  459. CMake Warning (dev) at CMakeLists.txt:1 (fwLoadProperties):
  460. Policy CMP0064 is not set: Support new TEST if() operator. Run "cmake
  461. --help-policy CMP0064" for policy details. Use the cmake_policy command to
  462. set the policy and suppress this warning.
  463.  
  464. TEST will be interpreted as an operator when the policy is set to NEW.
  465. Since the policy is not set the OLD behavior will be used.
  466. Call Stack (most recent call first):
  467. SrcLib/core/fwDataCamp/test/CMakeLists.txt:1 (fwLoadProperties)
  468. This warning is for project developers. Use -Wno-dev to suppress it.
  469.  
  470. -- Configuring fwDataToolsTest: /home/corentin/dev_0.10.2/fw4spl/SrcLib/core/fwDataTools/test
  471. CMake Warning (dev) at CMakeLists.txt:725 (elseif):
  472. Policy CMP0054 is not set: Only interpret if() arguments as variables or
  473. keywords when unquoted. Run "cmake --help-policy CMP0054" for policy
  474. details. Use the cmake_policy command to set the policy and suppress this
  475. warning.
  476.  
  477. Quoted keywords like "TEST" will no longer be interpreted as keywords when
  478. the policy is set to NEW. Since the policy is not set the OLD behavior
  479. will be used.
  480. Call Stack (most recent call first):
  481. SrcLib/core/fwDataTools/test/CMakeLists.txt:1 (fwLoadProperties)
  482. This warning is for project developers. Use -Wno-dev to suppress it.
  483.  
  484. CMake Warning (dev) at CMakeLists.txt:1 (fwLoadProperties):
  485. Policy CMP0064 is not set: Support new TEST if() operator. Run "cmake
  486. --help-policy CMP0064" for policy details. Use the cmake_policy command to
  487. set the policy and suppress this warning.
  488.  
  489. TEST will be interpreted as an operator when the policy is set to NEW.
  490. Since the policy is not set the OLD behavior will be used.
  491. Call Stack (most recent call first):
  492. SrcLib/core/fwDataTools/test/CMakeLists.txt:1 (fwLoadProperties)
  493. This warning is for project developers. Use -Wno-dev to suppress it.
  494.  
  495. -- Configuring fwServicesTest: /home/corentin/dev_0.10.2/fw4spl/SrcLib/core/fwServices/test
  496. CMake Warning (dev) at CMakeLists.txt:725 (elseif):
  497. Policy CMP0054 is not set: Only interpret if() arguments as variables or
  498. keywords when unquoted. Run "cmake --help-policy CMP0054" for policy
  499. details. Use the cmake_policy command to set the policy and suppress this
  500. warning.
  501.  
  502. Quoted keywords like "TEST" will no longer be interpreted as keywords when
  503. the policy is set to NEW. Since the policy is not set the OLD behavior
  504. will be used.
  505. Call Stack (most recent call first):
  506. SrcLib/core/fwServices/test/CMakeLists.txt:1 (fwLoadProperties)
  507. This warning is for project developers. Use -Wno-dev to suppress it.
  508.  
  509. CMake Warning (dev) at CMakeLists.txt:1 (fwLoadProperties):
  510. Policy CMP0064 is not set: Support new TEST if() operator. Run "cmake
  511. --help-policy CMP0064" for policy details. Use the cmake_policy command to
  512. set the policy and suppress this warning.
  513.  
  514. TEST will be interpreted as an operator when the policy is set to NEW.
  515. Since the policy is not set the OLD behavior will be used.
  516. Call Stack (most recent call first):
  517. SrcLib/core/fwServices/test/CMakeLists.txt:1 (fwLoadProperties)
  518. This warning is for project developers. Use -Wno-dev to suppress it.
  519.  
  520. -- Boost version: 1.58.0
  521. -- Found the following Boost libraries:
  522. -- chrono
  523. -- Configuring fwMemoryTest: /home/corentin/dev_0.10.2/fw4spl/SrcLib/core/fwMemory/test
  524. CMake Warning (dev) at CMakeLists.txt:725 (elseif):
  525. Policy CMP0054 is not set: Only interpret if() arguments as variables or
  526. keywords when unquoted. Run "cmake --help-policy CMP0054" for policy
  527. details. Use the cmake_policy command to set the policy and suppress this
  528. warning.
  529.  
  530. Quoted keywords like "TEST" will no longer be interpreted as keywords when
  531. the policy is set to NEW. Since the policy is not set the OLD behavior
  532. will be used.
  533. Call Stack (most recent call first):
  534. SrcLib/core/fwMemory/test/CMakeLists.txt:2 (fwLoadProperties)
  535. This warning is for project developers. Use -Wno-dev to suppress it.
  536.  
  537. CMake Warning (dev) at CMakeLists.txt:2 (fwLoadProperties):
  538. Policy CMP0064 is not set: Support new TEST if() operator. Run "cmake
  539. --help-policy CMP0064" for policy details. Use the cmake_policy command to
  540. set the policy and suppress this warning.
  541.  
  542. TEST will be interpreted as an operator when the policy is set to NEW.
  543. Since the policy is not set the OLD behavior will be used.
  544. Call Stack (most recent call first):
  545. SrcLib/core/fwMemory/test/CMakeLists.txt:2 (fwLoadProperties)
  546. This warning is for project developers. Use -Wno-dev to suppress it.
  547.  
  548. -- Boost version: 1.58.0
  549. -- Configuring fwAtomConversionTest: /home/corentin/dev_0.10.2/fw4spl/SrcLib/core/fwAtomConversion/test
  550. CMake Warning (dev) at CMakeLists.txt:725 (elseif):
  551. Policy CMP0054 is not set: Only interpret if() arguments as variables or
  552. keywords when unquoted. Run "cmake --help-policy CMP0054" for policy
  553. details. Use the cmake_policy command to set the policy and suppress this
  554. warning.
  555.  
  556. Quoted keywords like "TEST" will no longer be interpreted as keywords when
  557. the policy is set to NEW. Since the policy is not set the OLD behavior
  558. will be used.
  559. Call Stack (most recent call first):
  560. SrcLib/core/fwAtomConversion/test/CMakeLists.txt:2 (fwLoadProperties)
  561. This warning is for project developers. Use -Wno-dev to suppress it.
  562.  
  563. CMake Warning (dev) at CMakeLists.txt:2 (fwLoadProperties):
  564. Policy CMP0064 is not set: Support new TEST if() operator. Run "cmake
  565. --help-policy CMP0064" for policy details. Use the cmake_policy command to
  566. set the policy and suppress this warning.
  567.  
  568. TEST will be interpreted as an operator when the policy is set to NEW.
  569. Since the policy is not set the OLD behavior will be used.
  570. Call Stack (most recent call first):
  571. SrcLib/core/fwAtomConversion/test/CMakeLists.txt:2 (fwLoadProperties)
  572. This warning is for project developers. Use -Wno-dev to suppress it.
  573.  
  574. -- Configuring fwJobsTest: /home/corentin/dev_0.10.2/fw4spl/SrcLib/core/fwJobs/test
  575. CMake Warning (dev) at CMakeLists.txt:725 (elseif):
  576. Policy CMP0054 is not set: Only interpret if() arguments as variables or
  577. keywords when unquoted. Run "cmake --help-policy CMP0054" for policy
  578. details. Use the cmake_policy command to set the policy and suppress this
  579. warning.
  580.  
  581. Quoted keywords like "TEST" will no longer be interpreted as keywords when
  582. the policy is set to NEW. Since the policy is not set the OLD behavior
  583. will be used.
  584. Call Stack (most recent call first):
  585. SrcLib/core/fwJobs/test/CMakeLists.txt:2 (fwLoadProperties)
  586. This warning is for project developers. Use -Wno-dev to suppress it.
  587.  
  588. CMake Warning (dev) at CMakeLists.txt:2 (fwLoadProperties):
  589. Policy CMP0064 is not set: Support new TEST if() operator. Run "cmake
  590. --help-policy CMP0064" for policy details. Use the cmake_policy command to
  591. set the policy and suppress this warning.
  592.  
  593. TEST will be interpreted as an operator when the policy is set to NEW.
  594. Since the policy is not set the OLD behavior will be used.
  595. Call Stack (most recent call first):
  596. SrcLib/core/fwJobs/test/CMakeLists.txt:2 (fwLoadProperties)
  597. This warning is for project developers. Use -Wno-dev to suppress it.
  598.  
  599. -- Boost version: 1.58.0
  600. -- Found the following Boost libraries:
  601. -- chrono
  602. -- Configuring fwAtomsTest: /home/corentin/dev_0.10.2/fw4spl/SrcLib/core/fwAtoms/test
  603. CMake Warning (dev) at CMakeLists.txt:725 (elseif):
  604. Policy CMP0054 is not set: Only interpret if() arguments as variables or
  605. keywords when unquoted. Run "cmake --help-policy CMP0054" for policy
  606. details. Use the cmake_policy command to set the policy and suppress this
  607. warning.
  608.  
  609. Quoted keywords like "TEST" will no longer be interpreted as keywords when
  610. the policy is set to NEW. Since the policy is not set the OLD behavior
  611. will be used.
  612. Call Stack (most recent call first):
  613. SrcLib/core/fwAtoms/test/CMakeLists.txt:2 (fwLoadProperties)
  614. This warning is for project developers. Use -Wno-dev to suppress it.
  615.  
  616. CMake Warning (dev) at CMakeLists.txt:2 (fwLoadProperties):
  617. Policy CMP0064 is not set: Support new TEST if() operator. Run "cmake
  618. --help-policy CMP0064" for policy details. Use the cmake_policy command to
  619. set the policy and suppress this warning.
  620.  
  621. TEST will be interpreted as an operator when the policy is set to NEW.
  622. Since the policy is not set the OLD behavior will be used.
  623. Call Stack (most recent call first):
  624. SrcLib/core/fwAtoms/test/CMakeLists.txt:2 (fwLoadProperties)
  625. This warning is for project developers. Use -Wno-dev to suppress it.
  626.  
  627. -- Configuring fwMedDataTools: /home/corentin/dev_0.10.2/fw4spl/SrcLib/core/fwMedDataTools
  628. -- Boost version: 1.58.0
  629. -- Found the following Boost libraries:
  630. -- date_time
  631. -- The imported target "php_vtkgdcm" references the file
  632. "/usr/lib/x86_64-linux-gnu/vtkgdcm.so"
  633. but this file does not exist. Possible reasons include:
  634. * The file was deleted, renamed, or moved to another location.
  635. * An install or uninstall procedure did not complete successfully.
  636. * The installation package was faulty and contained
  637. "/usr/lib/x86_64-linux-gnu/gdcm-2.6/GDCMTargets.cmake"
  638. but not all the files it references.
  639.  
  640. -- The imported target "vtkgdcmsharpglue" references the file
  641. "/usr/lib/x86_64-linux-gnu/libvtkgdcmsharpglue.so"
  642. but this file does not exist. Possible reasons include:
  643. * The file was deleted, renamed, or moved to another location.
  644. * An install or uninstall procedure did not complete successfully.
  645. * The installation package was faulty and contained
  646. "/usr/lib/x86_64-linux-gnu/gdcm-2.6/GDCMTargets.cmake"
  647. but not all the files it references.
  648.  
  649. -- The imported target "vtkgdcmPython" references the file
  650. "/usr/lib/python/dist-packages/libvtkgdcmPython.so"
  651. but this file does not exist. Possible reasons include:
  652. * The file was deleted, renamed, or moved to another location.
  653. * An install or uninstall procedure did not complete successfully.
  654. * The installation package was faulty and contained
  655. "/usr/lib/x86_64-linux-gnu/gdcm-2.6/GDCMTargets.cmake"
  656. but not all the files it references.
  657.  
  658. -- The imported target "vtkgdcmPythonD" references the file
  659. "/usr/lib/x86_64-linux-gnu/libvtkgdcmPythonD.so.2.6.2"
  660. but this file does not exist. Possible reasons include:
  661. * The file was deleted, renamed, or moved to another location.
  662. * An install or uninstall procedure did not complete successfully.
  663. * The installation package was faulty and contained
  664. "/usr/lib/x86_64-linux-gnu/gdcm-2.6/GDCMTargets.cmake"
  665. but not all the files it references.
  666.  
  667. -- The imported target "gdcmdump" references the file
  668. "/usr/bin/gdcmdump"
  669. but this file does not exist. Possible reasons include:
  670. * The file was deleted, renamed, or moved to another location.
  671. * An install or uninstall procedure did not complete successfully.
  672. * The installation package was faulty and contained
  673. "/usr/lib/x86_64-linux-gnu/gdcm-2.6/GDCMTargets.cmake"
  674. but not all the files it references.
  675.  
  676. -- The imported target "gdcmdiff" references the file
  677. "/usr/bin/gdcmdiff"
  678. but this file does not exist. Possible reasons include:
  679. * The file was deleted, renamed, or moved to another location.
  680. * An install or uninstall procedure did not complete successfully.
  681. * The installation package was faulty and contained
  682. "/usr/lib/x86_64-linux-gnu/gdcm-2.6/GDCMTargets.cmake"
  683. but not all the files it references.
  684.  
  685. -- The imported target "gdcmraw" references the file
  686. "/usr/bin/gdcmraw"
  687. but this file does not exist. Possible reasons include:
  688. * The file was deleted, renamed, or moved to another location.
  689. * An install or uninstall procedure did not complete successfully.
  690. * The installation package was faulty and contained
  691. "/usr/lib/x86_64-linux-gnu/gdcm-2.6/GDCMTargets.cmake"
  692. but not all the files it references.
  693.  
  694. -- The imported target "gdcmscanner" references the file
  695. "/usr/bin/gdcmscanner"
  696. but this file does not exist. Possible reasons include:
  697. * The file was deleted, renamed, or moved to another location.
  698. * An install or uninstall procedure did not complete successfully.
  699. * The installation package was faulty and contained
  700. "/usr/lib/x86_64-linux-gnu/gdcm-2.6/GDCMTargets.cmake"
  701. but not all the files it references.
  702.  
  703. -- The imported target "gdcmanon" references the file
  704. "/usr/bin/gdcmanon"
  705. but this file does not exist. Possible reasons include:
  706. * The file was deleted, renamed, or moved to another location.
  707. * An install or uninstall procedure did not complete successfully.
  708. * The installation package was faulty and contained
  709. "/usr/lib/x86_64-linux-gnu/gdcm-2.6/GDCMTargets.cmake"
  710. but not all the files it references.
  711.  
  712. -- The imported target "gdcmgendir" references the file
  713. "/usr/bin/gdcmgendir"
  714. but this file does not exist. Possible reasons include:
  715. * The file was deleted, renamed, or moved to another location.
  716. * An install or uninstall procedure did not complete successfully.
  717. * The installation package was faulty and contained
  718. "/usr/lib/x86_64-linux-gnu/gdcm-2.6/GDCMTargets.cmake"
  719. but not all the files it references.
  720.  
  721. -- The imported target "gdcmimg" references the file
  722. "/usr/bin/gdcmimg"
  723. but this file does not exist. Possible reasons include:
  724. * The file was deleted, renamed, or moved to another location.
  725. * An install or uninstall procedure did not complete successfully.
  726. * The installation package was faulty and contained
  727. "/usr/lib/x86_64-linux-gnu/gdcm-2.6/GDCMTargets.cmake"
  728. but not all the files it references.
  729.  
  730. -- The imported target "gdcmconv" references the file
  731. "/usr/bin/gdcmconv"
  732. but this file does not exist. Possible reasons include:
  733. * The file was deleted, renamed, or moved to another location.
  734. * An install or uninstall procedure did not complete successfully.
  735. * The installation package was faulty and contained
  736. "/usr/lib/x86_64-linux-gnu/gdcm-2.6/GDCMTargets.cmake"
  737. but not all the files it references.
  738.  
  739. -- The imported target "gdcmtar" references the file
  740. "/usr/bin/gdcmtar"
  741. but this file does not exist. Possible reasons include:
  742. * The file was deleted, renamed, or moved to another location.
  743. * An install or uninstall procedure did not complete successfully.
  744. * The installation package was faulty and contained
  745. "/usr/lib/x86_64-linux-gnu/gdcm-2.6/GDCMTargets.cmake"
  746. but not all the files it references.
  747.  
  748. -- The imported target "gdcminfo" references the file
  749. "/usr/bin/gdcminfo"
  750. but this file does not exist. Possible reasons include:
  751. * The file was deleted, renamed, or moved to another location.
  752. * An install or uninstall procedure did not complete successfully.
  753. * The installation package was faulty and contained
  754. "/usr/lib/x86_64-linux-gnu/gdcm-2.6/GDCMTargets.cmake"
  755. but not all the files it references.
  756.  
  757. -- The imported target "gdcmscu" references the file
  758. "/usr/bin/gdcmscu"
  759. but this file does not exist. Possible reasons include:
  760. * The file was deleted, renamed, or moved to another location.
  761. * An install or uninstall procedure did not complete successfully.
  762. * The installation package was faulty and contained
  763. "/usr/lib/x86_64-linux-gnu/gdcm-2.6/GDCMTargets.cmake"
  764. but not all the files it references.
  765.  
  766. -- The imported target "gdcmxml" references the file
  767. "/usr/bin/gdcmxml"
  768. but this file does not exist. Possible reasons include:
  769. * The file was deleted, renamed, or moved to another location.
  770. * An install or uninstall procedure did not complete successfully.
  771. * The installation package was faulty and contained
  772. "/usr/lib/x86_64-linux-gnu/gdcm-2.6/GDCMTargets.cmake"
  773. but not all the files it references.
  774.  
  775. -- The imported target "gdcmpap3" references the file
  776. "/usr/bin/gdcmpap3"
  777. but this file does not exist. Possible reasons include:
  778. * The file was deleted, renamed, or moved to another location.
  779. * An install or uninstall procedure did not complete successfully.
  780. * The installation package was faulty and contained
  781. "/usr/lib/x86_64-linux-gnu/gdcm-2.6/GDCMTargets.cmake"
  782. but not all the files it references.
  783.  
  784. -- The imported target "gdcmpdf" references the file
  785. "/usr/bin/gdcmpdf"
  786. but this file does not exist. Possible reasons include:
  787. * The file was deleted, renamed, or moved to another location.
  788. * An install or uninstall procedure did not complete successfully.
  789. * The installation package was faulty and contained
  790. "/usr/lib/x86_64-linux-gnu/gdcm-2.6/GDCMTargets.cmake"
  791. but not all the files it references.
  792.  
  793. -- The imported target "vtkParseJava" references the file
  794. "/usr/bin/vtkParseJava-6.2"
  795. but this file does not exist. Possible reasons include:
  796. * The file was deleted, renamed, or moved to another location.
  797. * An install or uninstall procedure did not complete successfully.
  798. * The installation package was faulty and contained
  799. "/usr/lib/cmake/vtk-6.2/VTKTargets.cmake"
  800. but not all the files it references.
  801.  
  802. -- The imported target "vtkWrapJava" references the file
  803. "/usr/bin/vtkWrapJava-6.2"
  804. but this file does not exist. Possible reasons include:
  805. * The file was deleted, renamed, or moved to another location.
  806. * An install or uninstall procedure did not complete successfully.
  807. * The installation package was faulty and contained
  808. "/usr/lib/cmake/vtk-6.2/VTKTargets.cmake"
  809. but not all the files it references.
  810.  
  811. -- The imported target "vtkRenderingQtJava" references the file
  812. "/usr/lib/x86_64-linux-gnu/libvtkRenderingQtJava.so"
  813. but this file does not exist. Possible reasons include:
  814. * The file was deleted, renamed, or moved to another location.
  815. * An install or uninstall procedure did not complete successfully.
  816. * The installation package was faulty and contained
  817. "/usr/lib/cmake/vtk-6.2/VTKTargets.cmake"
  818. but not all the files it references.
  819.  
  820. -- The imported target "vtk" references the file
  821. "/usr/bin/vtk"
  822. but this file does not exist. Possible reasons include:
  823. * The file was deleted, renamed, or moved to another location.
  824. * An install or uninstall procedure did not complete successfully.
  825. * The installation package was faulty and contained
  826. "/usr/lib/cmake/vtk-6.2/VTKTargets.cmake"
  827. but not all the files it references.
  828.  
  829. -- Configuring fwMedDataToolsTest: /home/corentin/dev_0.10.2/fw4spl/SrcLib/core/fwMedDataTools/test
  830. CMake Warning (dev) at CMakeLists.txt:725 (elseif):
  831. Policy CMP0054 is not set: Only interpret if() arguments as variables or
  832. keywords when unquoted. Run "cmake --help-policy CMP0054" for policy
  833. details. Use the cmake_policy command to set the policy and suppress this
  834. warning.
  835.  
  836. Quoted keywords like "TEST" will no longer be interpreted as keywords when
  837. the policy is set to NEW. Since the policy is not set the OLD behavior
  838. will be used.
  839. Call Stack (most recent call first):
  840. SrcLib/core/fwMedDataTools/test/CMakeLists.txt:1 (fwLoadProperties)
  841. This warning is for project developers. Use -Wno-dev to suppress it.
  842.  
  843. CMake Warning (dev) at CMakeLists.txt:1 (fwLoadProperties):
  844. Policy CMP0064 is not set: Support new TEST if() operator. Run "cmake
  845. --help-policy CMP0064" for policy details. Use the cmake_policy command to
  846. set the policy and suppress this warning.
  847.  
  848. TEST will be interpreted as an operator when the policy is set to NEW.
  849. Since the policy is not set the OLD behavior will be used.
  850. Call Stack (most recent call first):
  851. SrcLib/core/fwMedDataTools/test/CMakeLists.txt:1 (fwLoadProperties)
  852. This warning is for project developers. Use -Wno-dev to suppress it.
  853.  
  854. -- Configuring fwRender: /home/corentin/dev_0.10.2/fw4spl/SrcLib/core/fwRender
  855. -- Configuring fwActivitiesTest: /home/corentin/dev_0.10.2/fw4spl/SrcLib/core/fwActivities/test
  856. CMake Warning (dev) at CMakeLists.txt:725 (elseif):
  857. Policy CMP0054 is not set: Only interpret if() arguments as variables or
  858. keywords when unquoted. Run "cmake --help-policy CMP0054" for policy
  859. details. Use the cmake_policy command to set the policy and suppress this
  860. warning.
  861.  
  862. Quoted keywords like "TEST" will no longer be interpreted as keywords when
  863. the policy is set to NEW. Since the policy is not set the OLD behavior
  864. will be used.
  865. Call Stack (most recent call first):
  866. SrcLib/core/fwActivities/test/CMakeLists.txt:2 (fwLoadProperties)
  867. This warning is for project developers. Use -Wno-dev to suppress it.
  868.  
  869. CMake Warning (dev) at CMakeLists.txt:2 (fwLoadProperties):
  870. Policy CMP0064 is not set: Support new TEST if() operator. Run "cmake
  871. --help-policy CMP0064" for policy details. Use the cmake_policy command to
  872. set the policy and suppress this warning.
  873.  
  874. TEST will be interpreted as an operator when the policy is set to NEW.
  875. Since the policy is not set the OLD behavior will be used.
  876. Call Stack (most recent call first):
  877. SrcLib/core/fwActivities/test/CMakeLists.txt:2 (fwLoadProperties)
  878. This warning is for project developers. Use -Wno-dev to suppress it.
  879.  
  880. -- Configuring fwComTest: /home/corentin/dev_0.10.2/fw4spl/SrcLib/core/fwCom/test
  881. CMake Warning (dev) at CMakeLists.txt:725 (elseif):
  882. Policy CMP0054 is not set: Only interpret if() arguments as variables or
  883. keywords when unquoted. Run "cmake --help-policy CMP0054" for policy
  884. details. Use the cmake_policy command to set the policy and suppress this
  885. warning.
  886.  
  887. Quoted keywords like "TEST" will no longer be interpreted as keywords when
  888. the policy is set to NEW. Since the policy is not set the OLD behavior
  889. will be used.
  890. Call Stack (most recent call first):
  891. SrcLib/core/fwCom/test/CMakeLists.txt:1 (fwLoadProperties)
  892. This warning is for project developers. Use -Wno-dev to suppress it.
  893.  
  894. CMake Warning (dev) at CMakeLists.txt:1 (fwLoadProperties):
  895. Policy CMP0064 is not set: Support new TEST if() operator. Run "cmake
  896. --help-policy CMP0064" for policy details. Use the cmake_policy command to
  897. set the policy and suppress this warning.
  898.  
  899. TEST will be interpreted as an operator when the policy is set to NEW.
  900. Since the policy is not set the OLD behavior will be used.
  901. Call Stack (most recent call first):
  902. SrcLib/core/fwCom/test/CMakeLists.txt:1 (fwLoadProperties)
  903. This warning is for project developers. Use -Wno-dev to suppress it.
  904.  
  905. -- Boost version: 1.58.0
  906. -- Found the following Boost libraries:
  907. -- chrono
  908. -- Configuring fwCommand: /home/corentin/dev_0.10.2/fw4spl/SrcLib/core/fwCommand
  909. -- Boost version: 1.58.0
  910. -- Found the following Boost libraries:
  911. -- signals
  912. -- Configuring fwStructuralPatch: /home/corentin/dev_0.10.2/fw4spl/SrcLib/patch/fwStructuralPatch
  913. -- Configuring fwStructuralPatchTest: /home/corentin/dev_0.10.2/fw4spl/SrcLib/patch/fwStructuralPatch/test
  914. CMake Warning (dev) at CMakeLists.txt:725 (elseif):
  915. Policy CMP0054 is not set: Only interpret if() arguments as variables or
  916. keywords when unquoted. Run "cmake --help-policy CMP0054" for policy
  917. details. Use the cmake_policy command to set the policy and suppress this
  918. warning.
  919.  
  920. Quoted keywords like "TEST" will no longer be interpreted as keywords when
  921. the policy is set to NEW. Since the policy is not set the OLD behavior
  922. will be used.
  923. Call Stack (most recent call first):
  924. SrcLib/patch/fwStructuralPatch/test/CMakeLists.txt:1 (fwLoadProperties)
  925. This warning is for project developers. Use -Wno-dev to suppress it.
  926.  
  927. CMake Warning (dev) at CMakeLists.txt:1 (fwLoadProperties):
  928. Policy CMP0064 is not set: Support new TEST if() operator. Run "cmake
  929. --help-policy CMP0064" for policy details. Use the cmake_policy command to
  930. set the policy and suppress this warning.
  931.  
  932. TEST will be interpreted as an operator when the policy is set to NEW.
  933. Since the policy is not set the OLD behavior will be used.
  934. Call Stack (most recent call first):
  935. SrcLib/patch/fwStructuralPatch/test/CMakeLists.txt:1 (fwLoadProperties)
  936. This warning is for project developers. Use -Wno-dev to suppress it.
  937.  
  938. -- Configuring fwMDSemanticPatch: /home/corentin/dev_0.10.2/fw4spl/SrcLib/patch/fwMDSemanticPatch
  939. -- Configuring fwVtkIO: /home/corentin/dev_0.10.2/fw4spl/SrcLib/io/fwVtkIO
  940. -- The imported target "vtkParseJava" references the file
  941. "/usr/bin/vtkParseJava-6.2"
  942. but this file does not exist. Possible reasons include:
  943. * The file was deleted, renamed, or moved to another location.
  944. * An install or uninstall procedure did not complete successfully.
  945. * The installation package was faulty and contained
  946. "/usr/lib/cmake/vtk-6.2/VTKTargets.cmake"
  947. but not all the files it references.
  948.  
  949. -- The imported target "vtkWrapJava" references the file
  950. "/usr/bin/vtkWrapJava-6.2"
  951. but this file does not exist. Possible reasons include:
  952. * The file was deleted, renamed, or moved to another location.
  953. * An install or uninstall procedure did not complete successfully.
  954. * The installation package was faulty and contained
  955. "/usr/lib/cmake/vtk-6.2/VTKTargets.cmake"
  956. but not all the files it references.
  957.  
  958. -- The imported target "vtkRenderingQtJava" references the file
  959. "/usr/lib/x86_64-linux-gnu/libvtkRenderingQtJava.so"
  960. but this file does not exist. Possible reasons include:
  961. * The file was deleted, renamed, or moved to another location.
  962. * An install or uninstall procedure did not complete successfully.
  963. * The installation package was faulty and contained
  964. "/usr/lib/cmake/vtk-6.2/VTKTargets.cmake"
  965. but not all the files it references.
  966.  
  967. -- The imported target "vtk" references the file
  968. "/usr/bin/vtk"
  969. but this file does not exist. Possible reasons include:
  970. * The file was deleted, renamed, or moved to another location.
  971. * An install or uninstall procedure did not complete successfully.
  972. * The installation package was faulty and contained
  973. "/usr/lib/cmake/vtk-6.2/VTKTargets.cmake"
  974. but not all the files it references.
  975.  
  976. -- Configuring fwRenderVTK: /home/corentin/dev_0.10.2/fw4spl/SrcLib/visu/fwRenderVTK
  977. -- The imported target "vtkParseJava" references the file
  978. "/usr/bin/vtkParseJava-6.2"
  979. but this file does not exist. Possible reasons include:
  980. * The file was deleted, renamed, or moved to another location.
  981. * An install or uninstall procedure did not complete successfully.
  982. * The installation package was faulty and contained
  983. "/usr/lib/cmake/vtk-6.2/VTKTargets.cmake"
  984. but not all the files it references.
  985.  
  986. -- The imported target "vtkWrapJava" references the file
  987. "/usr/bin/vtkWrapJava-6.2"
  988. but this file does not exist. Possible reasons include:
  989. * The file was deleted, renamed, or moved to another location.
  990. * An install or uninstall procedure did not complete successfully.
  991. * The installation package was faulty and contained
  992. "/usr/lib/cmake/vtk-6.2/VTKTargets.cmake"
  993. but not all the files it references.
  994.  
  995. -- The imported target "vtkRenderingQtJava" references the file
  996. "/usr/lib/x86_64-linux-gnu/libvtkRenderingQtJava.so"
  997. but this file does not exist. Possible reasons include:
  998. * The file was deleted, renamed, or moved to another location.
  999. * An install or uninstall procedure did not complete successfully.
  1000. * The installation package was faulty and contained
  1001. "/usr/lib/cmake/vtk-6.2/VTKTargets.cmake"
  1002. but not all the files it references.
  1003.  
  1004. -- The imported target "vtk" references the file
  1005. "/usr/bin/vtk"
  1006. but this file does not exist. Possible reasons include:
  1007. * The file was deleted, renamed, or moved to another location.
  1008. * An install or uninstall procedure did not complete successfully.
  1009. * The installation package was faulty and contained
  1010. "/usr/lib/cmake/vtk-6.2/VTKTargets.cmake"
  1011. but not all the files it references.
  1012.  
  1013. -- Configuring fwItkIO: /home/corentin/dev_0.10.2/fw4spl/SrcLib/io/fwItkIO
  1014. -- The imported target "php_vtkgdcm" references the file
  1015. "/usr/lib/x86_64-linux-gnu/vtkgdcm.so"
  1016. but this file does not exist. Possible reasons include:
  1017. * The file was deleted, renamed, or moved to another location.
  1018. * An install or uninstall procedure did not complete successfully.
  1019. * The installation package was faulty and contained
  1020. "/usr/lib/x86_64-linux-gnu/gdcm-2.6/GDCMTargets.cmake"
  1021. but not all the files it references.
  1022.  
  1023. -- The imported target "vtkgdcmsharpglue" references the file
  1024. "/usr/lib/x86_64-linux-gnu/libvtkgdcmsharpglue.so"
  1025. but this file does not exist. Possible reasons include:
  1026. * The file was deleted, renamed, or moved to another location.
  1027. * An install or uninstall procedure did not complete successfully.
  1028. * The installation package was faulty and contained
  1029. "/usr/lib/x86_64-linux-gnu/gdcm-2.6/GDCMTargets.cmake"
  1030. but not all the files it references.
  1031.  
  1032. -- The imported target "vtkgdcmPython" references the file
  1033. "/usr/lib/python/dist-packages/libvtkgdcmPython.so"
  1034. but this file does not exist. Possible reasons include:
  1035. * The file was deleted, renamed, or moved to another location.
  1036. * An install or uninstall procedure did not complete successfully.
  1037. * The installation package was faulty and contained
  1038. "/usr/lib/x86_64-linux-gnu/gdcm-2.6/GDCMTargets.cmake"
  1039. but not all the files it references.
  1040.  
  1041. -- The imported target "vtkgdcmPythonD" references the file
  1042. "/usr/lib/x86_64-linux-gnu/libvtkgdcmPythonD.so.2.6.2"
  1043. but this file does not exist. Possible reasons include:
  1044. * The file was deleted, renamed, or moved to another location.
  1045. * An install or uninstall procedure did not complete successfully.
  1046. * The installation package was faulty and contained
  1047. "/usr/lib/x86_64-linux-gnu/gdcm-2.6/GDCMTargets.cmake"
  1048. but not all the files it references.
  1049.  
  1050. -- The imported target "gdcmdump" references the file
  1051. "/usr/bin/gdcmdump"
  1052. but this file does not exist. Possible reasons include:
  1053. * The file was deleted, renamed, or moved to another location.
  1054. * An install or uninstall procedure did not complete successfully.
  1055. * The installation package was faulty and contained
  1056. "/usr/lib/x86_64-linux-gnu/gdcm-2.6/GDCMTargets.cmake"
  1057. but not all the files it references.
  1058.  
  1059. -- The imported target "gdcmdiff" references the file
  1060. "/usr/bin/gdcmdiff"
  1061. but this file does not exist. Possible reasons include:
  1062. * The file was deleted, renamed, or moved to another location.
  1063. * An install or uninstall procedure did not complete successfully.
  1064. * The installation package was faulty and contained
  1065. "/usr/lib/x86_64-linux-gnu/gdcm-2.6/GDCMTargets.cmake"
  1066. but not all the files it references.
  1067.  
  1068. -- The imported target "gdcmraw" references the file
  1069. "/usr/bin/gdcmraw"
  1070. but this file does not exist. Possible reasons include:
  1071. * The file was deleted, renamed, or moved to another location.
  1072. * An install or uninstall procedure did not complete successfully.
  1073. * The installation package was faulty and contained
  1074. "/usr/lib/x86_64-linux-gnu/gdcm-2.6/GDCMTargets.cmake"
  1075. but not all the files it references.
  1076.  
  1077. -- The imported target "gdcmscanner" references the file
  1078. "/usr/bin/gdcmscanner"
  1079. but this file does not exist. Possible reasons include:
  1080. * The file was deleted, renamed, or moved to another location.
  1081. * An install or uninstall procedure did not complete successfully.
  1082. * The installation package was faulty and contained
  1083. "/usr/lib/x86_64-linux-gnu/gdcm-2.6/GDCMTargets.cmake"
  1084. but not all the files it references.
  1085.  
  1086. -- The imported target "gdcmanon" references the file
  1087. "/usr/bin/gdcmanon"
  1088. but this file does not exist. Possible reasons include:
  1089. * The file was deleted, renamed, or moved to another location.
  1090. * An install or uninstall procedure did not complete successfully.
  1091. * The installation package was faulty and contained
  1092. "/usr/lib/x86_64-linux-gnu/gdcm-2.6/GDCMTargets.cmake"
  1093. but not all the files it references.
  1094.  
  1095. -- The imported target "gdcmgendir" references the file
  1096. "/usr/bin/gdcmgendir"
  1097. but this file does not exist. Possible reasons include:
  1098. * The file was deleted, renamed, or moved to another location.
  1099. * An install or uninstall procedure did not complete successfully.
  1100. * The installation package was faulty and contained
  1101. "/usr/lib/x86_64-linux-gnu/gdcm-2.6/GDCMTargets.cmake"
  1102. but not all the files it references.
  1103.  
  1104. -- The imported target "gdcmimg" references the file
  1105. "/usr/bin/gdcmimg"
  1106. but this file does not exist. Possible reasons include:
  1107. * The file was deleted, renamed, or moved to another location.
  1108. * An install or uninstall procedure did not complete successfully.
  1109. * The installation package was faulty and contained
  1110. "/usr/lib/x86_64-linux-gnu/gdcm-2.6/GDCMTargets.cmake"
  1111. but not all the files it references.
  1112.  
  1113. -- The imported target "gdcmconv" references the file
  1114. "/usr/bin/gdcmconv"
  1115. but this file does not exist. Possible reasons include:
  1116. * The file was deleted, renamed, or moved to another location.
  1117. * An install or uninstall procedure did not complete successfully.
  1118. * The installation package was faulty and contained
  1119. "/usr/lib/x86_64-linux-gnu/gdcm-2.6/GDCMTargets.cmake"
  1120. but not all the files it references.
  1121.  
  1122. -- The imported target "gdcmtar" references the file
  1123. "/usr/bin/gdcmtar"
  1124. but this file does not exist. Possible reasons include:
  1125. * The file was deleted, renamed, or moved to another location.
  1126. * An install or uninstall procedure did not complete successfully.
  1127. * The installation package was faulty and contained
  1128. "/usr/lib/x86_64-linux-gnu/gdcm-2.6/GDCMTargets.cmake"
  1129. but not all the files it references.
  1130.  
  1131. -- The imported target "gdcminfo" references the file
  1132. "/usr/bin/gdcminfo"
  1133. but this file does not exist. Possible reasons include:
  1134. * The file was deleted, renamed, or moved to another location.
  1135. * An install or uninstall procedure did not complete successfully.
  1136. * The installation package was faulty and contained
  1137. "/usr/lib/x86_64-linux-gnu/gdcm-2.6/GDCMTargets.cmake"
  1138. but not all the files it references.
  1139.  
  1140. -- The imported target "gdcmscu" references the file
  1141. "/usr/bin/gdcmscu"
  1142. but this file does not exist. Possible reasons include:
  1143. * The file was deleted, renamed, or moved to another location.
  1144. * An install or uninstall procedure did not complete successfully.
  1145. * The installation package was faulty and contained
  1146. "/usr/lib/x86_64-linux-gnu/gdcm-2.6/GDCMTargets.cmake"
  1147. but not all the files it references.
  1148.  
  1149. -- The imported target "gdcmxml" references the file
  1150. "/usr/bin/gdcmxml"
  1151. but this file does not exist. Possible reasons include:
  1152. * The file was deleted, renamed, or moved to another location.
  1153. * An install or uninstall procedure did not complete successfully.
  1154. * The installation package was faulty and contained
  1155. "/usr/lib/x86_64-linux-gnu/gdcm-2.6/GDCMTargets.cmake"
  1156. but not all the files it references.
  1157.  
  1158. -- The imported target "gdcmpap3" references the file
  1159. "/usr/bin/gdcmpap3"
  1160. but this file does not exist. Possible reasons include:
  1161. * The file was deleted, renamed, or moved to another location.
  1162. * An install or uninstall procedure did not complete successfully.
  1163. * The installation package was faulty and contained
  1164. "/usr/lib/x86_64-linux-gnu/gdcm-2.6/GDCMTargets.cmake"
  1165. but not all the files it references.
  1166.  
  1167. -- The imported target "gdcmpdf" references the file
  1168. "/usr/bin/gdcmpdf"
  1169. but this file does not exist. Possible reasons include:
  1170. * The file was deleted, renamed, or moved to another location.
  1171. * An install or uninstall procedure did not complete successfully.
  1172. * The installation package was faulty and contained
  1173. "/usr/lib/x86_64-linux-gnu/gdcm-2.6/GDCMTargets.cmake"
  1174. but not all the files it references.
  1175.  
  1176. -- Found DCMTK: /usr/include/dcmtk/config
  1177. -- Found JPEG: /usr/lib/x86_64-linux-gnu/libjpeg.so
  1178. -- Configuring fwItkIOTest: /home/corentin/dev_0.10.2/fw4spl/SrcLib/io/fwItkIO/test
  1179. CMake Warning (dev) at CMakeLists.txt:725 (elseif):
  1180. Policy CMP0054 is not set: Only interpret if() arguments as variables or
  1181. keywords when unquoted. Run "cmake --help-policy CMP0054" for policy
  1182. details. Use the cmake_policy command to set the policy and suppress this
  1183. warning.
  1184.  
  1185. Quoted keywords like "TEST" will no longer be interpreted as keywords when
  1186. the policy is set to NEW. Since the policy is not set the OLD behavior
  1187. will be used.
  1188. Call Stack (most recent call first):
  1189. SrcLib/io/fwItkIO/test/CMakeLists.txt:1 (fwLoadProperties)
  1190. This warning is for project developers. Use -Wno-dev to suppress it.
  1191.  
  1192. CMake Warning (dev) at CMakeLists.txt:1 (fwLoadProperties):
  1193. Policy CMP0064 is not set: Support new TEST if() operator. Run "cmake
  1194. --help-policy CMP0064" for policy details. Use the cmake_policy command to
  1195. set the policy and suppress this warning.
  1196.  
  1197. TEST will be interpreted as an operator when the policy is set to NEW.
  1198. Since the policy is not set the OLD behavior will be used.
  1199. Call Stack (most recent call first):
  1200. SrcLib/io/fwItkIO/test/CMakeLists.txt:1 (fwLoadProperties)
  1201. This warning is for project developers. Use -Wno-dev to suppress it.
  1202.  
  1203. -- The imported target "php_vtkgdcm" references the file
  1204. "/usr/lib/x86_64-linux-gnu/vtkgdcm.so"
  1205. but this file does not exist. Possible reasons include:
  1206. * The file was deleted, renamed, or moved to another location.
  1207. * An install or uninstall procedure did not complete successfully.
  1208. * The installation package was faulty and contained
  1209. "/usr/lib/x86_64-linux-gnu/gdcm-2.6/GDCMTargets.cmake"
  1210. but not all the files it references.
  1211.  
  1212. -- The imported target "vtkgdcmsharpglue" references the file
  1213. "/usr/lib/x86_64-linux-gnu/libvtkgdcmsharpglue.so"
  1214. but this file does not exist. Possible reasons include:
  1215. * The file was deleted, renamed, or moved to another location.
  1216. * An install or uninstall procedure did not complete successfully.
  1217. * The installation package was faulty and contained
  1218. "/usr/lib/x86_64-linux-gnu/gdcm-2.6/GDCMTargets.cmake"
  1219. but not all the files it references.
  1220.  
  1221. -- The imported target "vtkgdcmPython" references the file
  1222. "/usr/lib/python/dist-packages/libvtkgdcmPython.so"
  1223. but this file does not exist. Possible reasons include:
  1224. * The file was deleted, renamed, or moved to another location.
  1225. * An install or uninstall procedure did not complete successfully.
  1226. * The installation package was faulty and contained
  1227. "/usr/lib/x86_64-linux-gnu/gdcm-2.6/GDCMTargets.cmake"
  1228. but not all the files it references.
  1229.  
  1230. -- The imported target "vtkgdcmPythonD" references the file
  1231. "/usr/lib/x86_64-linux-gnu/libvtkgdcmPythonD.so.2.6.2"
  1232. but this file does not exist. Possible reasons include:
  1233. * The file was deleted, renamed, or moved to another location.
  1234. * An install or uninstall procedure did not complete successfully.
  1235. * The installation package was faulty and contained
  1236. "/usr/lib/x86_64-linux-gnu/gdcm-2.6/GDCMTargets.cmake"
  1237. but not all the files it references.
  1238.  
  1239. -- The imported target "gdcmdump" references the file
  1240. "/usr/bin/gdcmdump"
  1241. but this file does not exist. Possible reasons include:
  1242. * The file was deleted, renamed, or moved to another location.
  1243. * An install or uninstall procedure did not complete successfully.
  1244. * The installation package was faulty and contained
  1245. "/usr/lib/x86_64-linux-gnu/gdcm-2.6/GDCMTargets.cmake"
  1246. but not all the files it references.
  1247.  
  1248. -- The imported target "gdcmdiff" references the file
  1249. "/usr/bin/gdcmdiff"
  1250. but this file does not exist. Possible reasons include:
  1251. * The file was deleted, renamed, or moved to another location.
  1252. * An install or uninstall procedure did not complete successfully.
  1253. * The installation package was faulty and contained
  1254. "/usr/lib/x86_64-linux-gnu/gdcm-2.6/GDCMTargets.cmake"
  1255. but not all the files it references.
  1256.  
  1257. -- The imported target "gdcmraw" references the file
  1258. "/usr/bin/gdcmraw"
  1259. but this file does not exist. Possible reasons include:
  1260. * The file was deleted, renamed, or moved to another location.
  1261. * An install or uninstall procedure did not complete successfully.
  1262. * The installation package was faulty and contained
  1263. "/usr/lib/x86_64-linux-gnu/gdcm-2.6/GDCMTargets.cmake"
  1264. but not all the files it references.
  1265.  
  1266. -- The imported target "gdcmscanner" references the file
  1267. "/usr/bin/gdcmscanner"
  1268. but this file does not exist. Possible reasons include:
  1269. * The file was deleted, renamed, or moved to another location.
  1270. * An install or uninstall procedure did not complete successfully.
  1271. * The installation package was faulty and contained
  1272. "/usr/lib/x86_64-linux-gnu/gdcm-2.6/GDCMTargets.cmake"
  1273. but not all the files it references.
  1274.  
  1275. -- The imported target "gdcmanon" references the file
  1276. "/usr/bin/gdcmanon"
  1277. but this file does not exist. Possible reasons include:
  1278. * The file was deleted, renamed, or moved to another location.
  1279. * An install or uninstall procedure did not complete successfully.
  1280. * The installation package was faulty and contained
  1281. "/usr/lib/x86_64-linux-gnu/gdcm-2.6/GDCMTargets.cmake"
  1282. but not all the files it references.
  1283.  
  1284. -- The imported target "gdcmgendir" references the file
  1285. "/usr/bin/gdcmgendir"
  1286. but this file does not exist. Possible reasons include:
  1287. * The file was deleted, renamed, or moved to another location.
  1288. * An install or uninstall procedure did not complete successfully.
  1289. * The installation package was faulty and contained
  1290. "/usr/lib/x86_64-linux-gnu/gdcm-2.6/GDCMTargets.cmake"
  1291. but not all the files it references.
  1292.  
  1293. -- The imported target "gdcmimg" references the file
  1294. "/usr/bin/gdcmimg"
  1295. but this file does not exist. Possible reasons include:
  1296. * The file was deleted, renamed, or moved to another location.
  1297. * An install or uninstall procedure did not complete successfully.
  1298. * The installation package was faulty and contained
  1299. "/usr/lib/x86_64-linux-gnu/gdcm-2.6/GDCMTargets.cmake"
  1300. but not all the files it references.
  1301.  
  1302. -- The imported target "gdcmconv" references the file
  1303. "/usr/bin/gdcmconv"
  1304. but this file does not exist. Possible reasons include:
  1305. * The file was deleted, renamed, or moved to another location.
  1306. * An install or uninstall procedure did not complete successfully.
  1307. * The installation package was faulty and contained
  1308. "/usr/lib/x86_64-linux-gnu/gdcm-2.6/GDCMTargets.cmake"
  1309. but not all the files it references.
  1310.  
  1311. -- The imported target "gdcmtar" references the file
  1312. "/usr/bin/gdcmtar"
  1313. but this file does not exist. Possible reasons include:
  1314. * The file was deleted, renamed, or moved to another location.
  1315. * An install or uninstall procedure did not complete successfully.
  1316. * The installation package was faulty and contained
  1317. "/usr/lib/x86_64-linux-gnu/gdcm-2.6/GDCMTargets.cmake"
  1318. but not all the files it references.
  1319.  
  1320. -- The imported target "gdcminfo" references the file
  1321. "/usr/bin/gdcminfo"
  1322. but this file does not exist. Possible reasons include:
  1323. * The file was deleted, renamed, or moved to another location.
  1324. * An install or uninstall procedure did not complete successfully.
  1325. * The installation package was faulty and contained
  1326. "/usr/lib/x86_64-linux-gnu/gdcm-2.6/GDCMTargets.cmake"
  1327. but not all the files it references.
  1328.  
  1329. -- The imported target "gdcmscu" references the file
  1330. "/usr/bin/gdcmscu"
  1331. but this file does not exist. Possible reasons include:
  1332. * The file was deleted, renamed, or moved to another location.
  1333. * An install or uninstall procedure did not complete successfully.
  1334. * The installation package was faulty and contained
  1335. "/usr/lib/x86_64-linux-gnu/gdcm-2.6/GDCMTargets.cmake"
  1336. but not all the files it references.
  1337.  
  1338. -- The imported target "gdcmxml" references the file
  1339. "/usr/bin/gdcmxml"
  1340. but this file does not exist. Possible reasons include:
  1341. * The file was deleted, renamed, or moved to another location.
  1342. * An install or uninstall procedure did not complete successfully.
  1343. * The installation package was faulty and contained
  1344. "/usr/lib/x86_64-linux-gnu/gdcm-2.6/GDCMTargets.cmake"
  1345. but not all the files it references.
  1346.  
  1347. -- The imported target "gdcmpap3" references the file
  1348. "/usr/bin/gdcmpap3"
  1349. but this file does not exist. Possible reasons include:
  1350. * The file was deleted, renamed, or moved to another location.
  1351. * An install or uninstall procedure did not complete successfully.
  1352. * The installation package was faulty and contained
  1353. "/usr/lib/x86_64-linux-gnu/gdcm-2.6/GDCMTargets.cmake"
  1354. but not all the files it references.
  1355.  
  1356. -- The imported target "gdcmpdf" references the file
  1357. "/usr/bin/gdcmpdf"
  1358. but this file does not exist. Possible reasons include:
  1359. * The file was deleted, renamed, or moved to another location.
  1360. * An install or uninstall procedure did not complete successfully.
  1361. * The installation package was faulty and contained
  1362. "/usr/lib/x86_64-linux-gnu/gdcm-2.6/GDCMTargets.cmake"
  1363. but not all the files it references.
  1364.  
  1365. -- Configuring fwAtomsBoostIO: /home/corentin/dev_0.10.2/fw4spl/SrcLib/io/fwAtomsBoostIO
  1366. -- Configuring fwAtomsBoostIOTest: /home/corentin/dev_0.10.2/fw4spl/SrcLib/io/fwAtomsBoostIO/test
  1367. CMake Warning (dev) at CMakeLists.txt:725 (elseif):
  1368. Policy CMP0054 is not set: Only interpret if() arguments as variables or
  1369. keywords when unquoted. Run "cmake --help-policy CMP0054" for policy
  1370. details. Use the cmake_policy command to set the policy and suppress this
  1371. warning.
  1372.  
  1373. Quoted keywords like "TEST" will no longer be interpreted as keywords when
  1374. the policy is set to NEW. Since the policy is not set the OLD behavior
  1375. will be used.
  1376. Call Stack (most recent call first):
  1377. SrcLib/io/fwAtomsBoostIO/test/CMakeLists.txt:2 (fwLoadProperties)
  1378. This warning is for project developers. Use -Wno-dev to suppress it.
  1379.  
  1380. CMake Warning (dev) at CMakeLists.txt:2 (fwLoadProperties):
  1381. Policy CMP0064 is not set: Support new TEST if() operator. Run "cmake
  1382. --help-policy CMP0064" for policy details. Use the cmake_policy command to
  1383. set the policy and suppress this warning.
  1384.  
  1385. TEST will be interpreted as an operator when the policy is set to NEW.
  1386. Since the policy is not set the OLD behavior will be used.
  1387. Call Stack (most recent call first):
  1388. SrcLib/io/fwAtomsBoostIO/test/CMakeLists.txt:2 (fwLoadProperties)
  1389. This warning is for project developers. Use -Wno-dev to suppress it.
  1390.  
  1391. -- Configuring vtkGdcmIO: /home/corentin/dev_0.10.2/fw4spl/SrcLib/io/vtkGdcmIO
  1392. -- The imported target "vtkParseJava" references the file
  1393. "/usr/bin/vtkParseJava-6.2"
  1394. but this file does not exist. Possible reasons include:
  1395. * The file was deleted, renamed, or moved to another location.
  1396. * An install or uninstall procedure did not complete successfully.
  1397. * The installation package was faulty and contained
  1398. "/usr/lib/cmake/vtk-6.2/VTKTargets.cmake"
  1399. but not all the files it references.
  1400.  
  1401. -- The imported target "vtkWrapJava" references the file
  1402. "/usr/bin/vtkWrapJava-6.2"
  1403. but this file does not exist. Possible reasons include:
  1404. * The file was deleted, renamed, or moved to another location.
  1405. * An install or uninstall procedure did not complete successfully.
  1406. * The installation package was faulty and contained
  1407. "/usr/lib/cmake/vtk-6.2/VTKTargets.cmake"
  1408. but not all the files it references.
  1409.  
  1410. -- The imported target "vtkRenderingQtJava" references the file
  1411. "/usr/lib/x86_64-linux-gnu/libvtkRenderingQtJava.so"
  1412. but this file does not exist. Possible reasons include:
  1413. * The file was deleted, renamed, or moved to another location.
  1414. * An install or uninstall procedure did not complete successfully.
  1415. * The installation package was faulty and contained
  1416. "/usr/lib/cmake/vtk-6.2/VTKTargets.cmake"
  1417. but not all the files it references.
  1418.  
  1419. -- The imported target "vtk" references the file
  1420. "/usr/bin/vtk"
  1421. but this file does not exist. Possible reasons include:
  1422. * The file was deleted, renamed, or moved to another location.
  1423. * An install or uninstall procedure did not complete successfully.
  1424. * The installation package was faulty and contained
  1425. "/usr/lib/cmake/vtk-6.2/VTKTargets.cmake"
  1426. but not all the files it references.
  1427.  
  1428. -- The imported target "php_vtkgdcm" references the file
  1429. "/usr/lib/x86_64-linux-gnu/vtkgdcm.so"
  1430. but this file does not exist. Possible reasons include:
  1431. * The file was deleted, renamed, or moved to another location.
  1432. * An install or uninstall procedure did not complete successfully.
  1433. * The installation package was faulty and contained
  1434. "/usr/lib/x86_64-linux-gnu/gdcm-2.6/GDCMTargets.cmake"
  1435. but not all the files it references.
  1436.  
  1437. -- The imported target "vtkgdcmsharpglue" references the file
  1438. "/usr/lib/x86_64-linux-gnu/libvtkgdcmsharpglue.so"
  1439. but this file does not exist. Possible reasons include:
  1440. * The file was deleted, renamed, or moved to another location.
  1441. * An install or uninstall procedure did not complete successfully.
  1442. * The installation package was faulty and contained
  1443. "/usr/lib/x86_64-linux-gnu/gdcm-2.6/GDCMTargets.cmake"
  1444. but not all the files it references.
  1445.  
  1446. -- The imported target "vtkgdcmPython" references the file
  1447. "/usr/lib/python/dist-packages/libvtkgdcmPython.so"
  1448. but this file does not exist. Possible reasons include:
  1449. * The file was deleted, renamed, or moved to another location.
  1450. * An install or uninstall procedure did not complete successfully.
  1451. * The installation package was faulty and contained
  1452. "/usr/lib/x86_64-linux-gnu/gdcm-2.6/GDCMTargets.cmake"
  1453. but not all the files it references.
  1454.  
  1455. -- The imported target "vtkgdcmPythonD" references the file
  1456. "/usr/lib/x86_64-linux-gnu/libvtkgdcmPythonD.so.2.6.2"
  1457. but this file does not exist. Possible reasons include:
  1458. * The file was deleted, renamed, or moved to another location.
  1459. * An install or uninstall procedure did not complete successfully.
  1460. * The installation package was faulty and contained
  1461. "/usr/lib/x86_64-linux-gnu/gdcm-2.6/GDCMTargets.cmake"
  1462. but not all the files it references.
  1463.  
  1464. -- The imported target "gdcmdump" references the file
  1465. "/usr/bin/gdcmdump"
  1466. but this file does not exist. Possible reasons include:
  1467. * The file was deleted, renamed, or moved to another location.
  1468. * An install or uninstall procedure did not complete successfully.
  1469. * The installation package was faulty and contained
  1470. "/usr/lib/x86_64-linux-gnu/gdcm-2.6/GDCMTargets.cmake"
  1471. but not all the files it references.
  1472.  
  1473. -- The imported target "gdcmdiff" references the file
  1474. "/usr/bin/gdcmdiff"
  1475. but this file does not exist. Possible reasons include:
  1476. * The file was deleted, renamed, or moved to another location.
  1477. * An install or uninstall procedure did not complete successfully.
  1478. * The installation package was faulty and contained
  1479. "/usr/lib/x86_64-linux-gnu/gdcm-2.6/GDCMTargets.cmake"
  1480. but not all the files it references.
  1481.  
  1482. -- The imported target "gdcmraw" references the file
  1483. "/usr/bin/gdcmraw"
  1484. but this file does not exist. Possible reasons include:
  1485. * The file was deleted, renamed, or moved to another location.
  1486. * An install or uninstall procedure did not complete successfully.
  1487. * The installation package was faulty and contained
  1488. "/usr/lib/x86_64-linux-gnu/gdcm-2.6/GDCMTargets.cmake"
  1489. but not all the files it references.
  1490.  
  1491. -- The imported target "gdcmscanner" references the file
  1492. "/usr/bin/gdcmscanner"
  1493. but this file does not exist. Possible reasons include:
  1494. * The file was deleted, renamed, or moved to another location.
  1495. * An install or uninstall procedure did not complete successfully.
  1496. * The installation package was faulty and contained
  1497. "/usr/lib/x86_64-linux-gnu/gdcm-2.6/GDCMTargets.cmake"
  1498. but not all the files it references.
  1499.  
  1500. -- The imported target "gdcmanon" references the file
  1501. "/usr/bin/gdcmanon"
  1502. but this file does not exist. Possible reasons include:
  1503. * The file was deleted, renamed, or moved to another location.
  1504. * An install or uninstall procedure did not complete successfully.
  1505. * The installation package was faulty and contained
  1506. "/usr/lib/x86_64-linux-gnu/gdcm-2.6/GDCMTargets.cmake"
  1507. but not all the files it references.
  1508.  
  1509. -- The imported target "gdcmgendir" references the file
  1510. "/usr/bin/gdcmgendir"
  1511. but this file does not exist. Possible reasons include:
  1512. * The file was deleted, renamed, or moved to another location.
  1513. * An install or uninstall procedure did not complete successfully.
  1514. * The installation package was faulty and contained
  1515. "/usr/lib/x86_64-linux-gnu/gdcm-2.6/GDCMTargets.cmake"
  1516. but not all the files it references.
  1517.  
  1518. -- The imported target "gdcmimg" references the file
  1519. "/usr/bin/gdcmimg"
  1520. but this file does not exist. Possible reasons include:
  1521. * The file was deleted, renamed, or moved to another location.
  1522. * An install or uninstall procedure did not complete successfully.
  1523. * The installation package was faulty and contained
  1524. "/usr/lib/x86_64-linux-gnu/gdcm-2.6/GDCMTargets.cmake"
  1525. but not all the files it references.
  1526.  
  1527. -- The imported target "gdcmconv" references the file
  1528. "/usr/bin/gdcmconv"
  1529. but this file does not exist. Possible reasons include:
  1530. * The file was deleted, renamed, or moved to another location.
  1531. * An install or uninstall procedure did not complete successfully.
  1532. * The installation package was faulty and contained
  1533. "/usr/lib/x86_64-linux-gnu/gdcm-2.6/GDCMTargets.cmake"
  1534. but not all the files it references.
  1535.  
  1536. -- The imported target "gdcmtar" references the file
  1537. "/usr/bin/gdcmtar"
  1538. but this file does not exist. Possible reasons include:
  1539. * The file was deleted, renamed, or moved to another location.
  1540. * An install or uninstall procedure did not complete successfully.
  1541. * The installation package was faulty and contained
  1542. "/usr/lib/x86_64-linux-gnu/gdcm-2.6/GDCMTargets.cmake"
  1543. but not all the files it references.
  1544.  
  1545. -- The imported target "gdcminfo" references the file
  1546. "/usr/bin/gdcminfo"
  1547. but this file does not exist. Possible reasons include:
  1548. * The file was deleted, renamed, or moved to another location.
  1549. * An install or uninstall procedure did not complete successfully.
  1550. * The installation package was faulty and contained
  1551. "/usr/lib/x86_64-linux-gnu/gdcm-2.6/GDCMTargets.cmake"
  1552. but not all the files it references.
  1553.  
  1554. -- The imported target "gdcmscu" references the file
  1555. "/usr/bin/gdcmscu"
  1556. but this file does not exist. Possible reasons include:
  1557. * The file was deleted, renamed, or moved to another location.
  1558. * An install or uninstall procedure did not complete successfully.
  1559. * The installation package was faulty and contained
  1560. "/usr/lib/x86_64-linux-gnu/gdcm-2.6/GDCMTargets.cmake"
  1561. but not all the files it references.
  1562.  
  1563. -- The imported target "gdcmxml" references the file
  1564. "/usr/bin/gdcmxml"
  1565. but this file does not exist. Possible reasons include:
  1566. * The file was deleted, renamed, or moved to another location.
  1567. * An install or uninstall procedure did not complete successfully.
  1568. * The installation package was faulty and contained
  1569. "/usr/lib/x86_64-linux-gnu/gdcm-2.6/GDCMTargets.cmake"
  1570. but not all the files it references.
  1571.  
  1572. -- The imported target "gdcmpap3" references the file
  1573. "/usr/bin/gdcmpap3"
  1574. but this file does not exist. Possible reasons include:
  1575. * The file was deleted, renamed, or moved to another location.
  1576. * An install or uninstall procedure did not complete successfully.
  1577. * The installation package was faulty and contained
  1578. "/usr/lib/x86_64-linux-gnu/gdcm-2.6/GDCMTargets.cmake"
  1579. but not all the files it references.
  1580.  
  1581. -- The imported target "gdcmpdf" references the file
  1582. "/usr/bin/gdcmpdf"
  1583. but this file does not exist. Possible reasons include:
  1584. * The file was deleted, renamed, or moved to another location.
  1585. * An install or uninstall procedure did not complete successfully.
  1586. * The installation package was faulty and contained
  1587. "/usr/lib/x86_64-linux-gnu/gdcm-2.6/GDCMTargets.cmake"
  1588. but not all the files it references.
  1589.  
  1590. -- Configuring vtkGdcmIOTest: /home/corentin/dev_0.10.2/fw4spl/SrcLib/io/vtkGdcmIO/test
  1591. CMake Warning (dev) at CMakeLists.txt:725 (elseif):
  1592. Policy CMP0054 is not set: Only interpret if() arguments as variables or
  1593. keywords when unquoted. Run "cmake --help-policy CMP0054" for policy
  1594. details. Use the cmake_policy command to set the policy and suppress this
  1595. warning.
  1596.  
  1597. Quoted keywords like "TEST" will no longer be interpreted as keywords when
  1598. the policy is set to NEW. Since the policy is not set the OLD behavior
  1599. will be used.
  1600. Call Stack (most recent call first):
  1601. SrcLib/io/vtkGdcmIO/test/CMakeLists.txt:1 (fwLoadProperties)
  1602. This warning is for project developers. Use -Wno-dev to suppress it.
  1603.  
  1604. CMake Warning (dev) at CMakeLists.txt:1 (fwLoadProperties):
  1605. Policy CMP0064 is not set: Support new TEST if() operator. Run "cmake
  1606. --help-policy CMP0064" for policy details. Use the cmake_policy command to
  1607. set the policy and suppress this warning.
  1608.  
  1609. TEST will be interpreted as an operator when the policy is set to NEW.
  1610. Since the policy is not set the OLD behavior will be used.
  1611. Call Stack (most recent call first):
  1612. SrcLib/io/vtkGdcmIO/test/CMakeLists.txt:1 (fwLoadProperties)
  1613. This warning is for project developers. Use -Wno-dev to suppress it.
  1614.  
  1615. -- Configuring fwVtkIOTest: /home/corentin/dev_0.10.2/fw4spl/SrcLib/io/fwVtkIO/test
  1616. CMake Warning (dev) at CMakeLists.txt:725 (elseif):
  1617. Policy CMP0054 is not set: Only interpret if() arguments as variables or
  1618. keywords when unquoted. Run "cmake --help-policy CMP0054" for policy
  1619. details. Use the cmake_policy command to set the policy and suppress this
  1620. warning.
  1621.  
  1622. Quoted keywords like "TEST" will no longer be interpreted as keywords when
  1623. the policy is set to NEW. Since the policy is not set the OLD behavior
  1624. will be used.
  1625. Call Stack (most recent call first):
  1626. SrcLib/io/fwVtkIO/test/CMakeLists.txt:1 (fwLoadProperties)
  1627. This warning is for project developers. Use -Wno-dev to suppress it.
  1628.  
  1629. CMake Warning (dev) at CMakeLists.txt:1 (fwLoadProperties):
  1630. Policy CMP0064 is not set: Support new TEST if() operator. Run "cmake
  1631. --help-policy CMP0064" for policy details. Use the cmake_policy command to
  1632. set the policy and suppress this warning.
  1633.  
  1634. TEST will be interpreted as an operator when the policy is set to NEW.
  1635. Since the policy is not set the OLD behavior will be used.
  1636. Call Stack (most recent call first):
  1637. SrcLib/io/fwVtkIO/test/CMakeLists.txt:1 (fwLoadProperties)
  1638. This warning is for project developers. Use -Wno-dev to suppress it.
  1639.  
  1640. -- The imported target "vtkParseJava" references the file
  1641. "/usr/bin/vtkParseJava-6.2"
  1642. but this file does not exist. Possible reasons include:
  1643. * The file was deleted, renamed, or moved to another location.
  1644. * An install or uninstall procedure did not complete successfully.
  1645. * The installation package was faulty and contained
  1646. "/usr/lib/cmake/vtk-6.2/VTKTargets.cmake"
  1647. but not all the files it references.
  1648.  
  1649. -- The imported target "vtkWrapJava" references the file
  1650. "/usr/bin/vtkWrapJava-6.2"
  1651. but this file does not exist. Possible reasons include:
  1652. * The file was deleted, renamed, or moved to another location.
  1653. * An install or uninstall procedure did not complete successfully.
  1654. * The installation package was faulty and contained
  1655. "/usr/lib/cmake/vtk-6.2/VTKTargets.cmake"
  1656. but not all the files it references.
  1657.  
  1658. -- The imported target "vtkRenderingQtJava" references the file
  1659. "/usr/lib/x86_64-linux-gnu/libvtkRenderingQtJava.so"
  1660. but this file does not exist. Possible reasons include:
  1661. * The file was deleted, renamed, or moved to another location.
  1662. * An install or uninstall procedure did not complete successfully.
  1663. * The installation package was faulty and contained
  1664. "/usr/lib/cmake/vtk-6.2/VTKTargets.cmake"
  1665. but not all the files it references.
  1666.  
  1667. -- The imported target "vtk" references the file
  1668. "/usr/bin/vtk"
  1669. but this file does not exist. Possible reasons include:
  1670. * The file was deleted, renamed, or moved to another location.
  1671. * An install or uninstall procedure did not complete successfully.
  1672. * The installation package was faulty and contained
  1673. "/usr/lib/cmake/vtk-6.2/VTKTargets.cmake"
  1674. but not all the files it references.
  1675.  
  1676. -- Configuring VersionGenerator: /home/corentin/dev_0.10.2/fw4spl/Utilities/VersionGenerator
  1677. -- Boost version: 1.58.0
  1678. -- Found the following Boost libraries:
  1679. -- filesystem
  1680. -- system
  1681. -- program_options
  1682. -- Configuring io: /home/corentin/dev_0.10.2/fw4spl/Bundles/core/io
  1683. -- Configuring gui: /home/corentin/dev_0.10.2/fw4spl/Bundles/core/gui
  1684. -- Boost version: 1.58.0
  1685. -- Found the following Boost libraries:
  1686. -- regex
  1687. -- Configuring guiQt: /home/corentin/dev_0.10.2/fw4spl/Bundles/LeafUI/guiQt
  1688. -- Configuring dataReg: /home/corentin/dev_0.10.2/fw4spl/Bundles/core/dataReg
  1689. -- Boost version: 1.58.0
  1690. -- Found the following Boost libraries:
  1691. -- thread
  1692. -- system
  1693. -- filesystem
  1694. -- Configuring servicesReg: /home/corentin/dev_0.10.2/fw4spl/Bundles/core/servicesReg
  1695. -- Boost version: 1.58.0
  1696. -- Found the following Boost libraries:
  1697. -- system
  1698. -- Configuring launcher: /home/corentin/dev_0.10.2/fw4spl/launcher
  1699. -- Boost version: 1.58.0
  1700. -- Found the following Boost libraries:
  1701. -- program_options
  1702. -- Configuring ioVTK: /home/corentin/dev_0.10.2/fw4spl/Bundles/LeafIO/ioVTK
  1703. -- The imported target "vtkParseJava" references the file
  1704. "/usr/bin/vtkParseJava-6.2"
  1705. but this file does not exist. Possible reasons include:
  1706. * The file was deleted, renamed, or moved to another location.
  1707. * An install or uninstall procedure did not complete successfully.
  1708. * The installation package was faulty and contained
  1709. "/usr/lib/cmake/vtk-6.2/VTKTargets.cmake"
  1710. but not all the files it references.
  1711.  
  1712. -- The imported target "vtkWrapJava" references the file
  1713. "/usr/bin/vtkWrapJava-6.2"
  1714. but this file does not exist. Possible reasons include:
  1715. * The file was deleted, renamed, or moved to another location.
  1716. * An install or uninstall procedure did not complete successfully.
  1717. * The installation package was faulty and contained
  1718. "/usr/lib/cmake/vtk-6.2/VTKTargets.cmake"
  1719. but not all the files it references.
  1720.  
  1721. -- The imported target "vtkRenderingQtJava" references the file
  1722. "/usr/lib/x86_64-linux-gnu/libvtkRenderingQtJava.so"
  1723. but this file does not exist. Possible reasons include:
  1724. * The file was deleted, renamed, or moved to another location.
  1725. * An install or uninstall procedure did not complete successfully.
  1726. * The installation package was faulty and contained
  1727. "/usr/lib/cmake/vtk-6.2/VTKTargets.cmake"
  1728. but not all the files it references.
  1729.  
  1730. -- The imported target "vtk" references the file
  1731. "/usr/bin/vtk"
  1732. but this file does not exist. Possible reasons include:
  1733. * The file was deleted, renamed, or moved to another location.
  1734. * An install or uninstall procedure did not complete successfully.
  1735. * The installation package was faulty and contained
  1736. "/usr/lib/cmake/vtk-6.2/VTKTargets.cmake"
  1737. but not all the files it references.
  1738.  
  1739. -- Configuring ioData: /home/corentin/dev_0.10.2/fw4spl/Bundles/LeafIO/ioData
  1740. -- Boost version: 1.58.0
  1741. -- Found the following Boost libraries:
  1742. -- regex
  1743. -- Configuring uiIO: /home/corentin/dev_0.10.2/fw4spl/Bundles/LeafUI/uiIO
  1744. -- Configuring uiVisuQt: /home/corentin/dev_0.10.2/fw4spl/Bundles/LeafUI/uiVisuQt
  1745. -- Configuring visuVTK: /home/corentin/dev_0.10.2/fw4spl/Bundles/LeafVisu/visuVTK
  1746. -- Configuring visuVTKQt: /home/corentin/dev_0.10.2/fw4spl/Bundles/LeafVisu/visuVTKQt
  1747. -- The imported target "vtkParseJava" references the file
  1748. "/usr/bin/vtkParseJava-6.2"
  1749. but this file does not exist. Possible reasons include:
  1750. * The file was deleted, renamed, or moved to another location.
  1751. * An install or uninstall procedure did not complete successfully.
  1752. * The installation package was faulty and contained
  1753. "/usr/lib/cmake/vtk-6.2/VTKTargets.cmake"
  1754. but not all the files it references.
  1755.  
  1756. -- The imported target "vtkWrapJava" references the file
  1757. "/usr/bin/vtkWrapJava-6.2"
  1758. but this file does not exist. Possible reasons include:
  1759. * The file was deleted, renamed, or moved to another location.
  1760. * An install or uninstall procedure did not complete successfully.
  1761. * The installation package was faulty and contained
  1762. "/usr/lib/cmake/vtk-6.2/VTKTargets.cmake"
  1763. but not all the files it references.
  1764.  
  1765. -- The imported target "vtkRenderingQtJava" references the file
  1766. "/usr/lib/x86_64-linux-gnu/libvtkRenderingQtJava.so"
  1767. but this file does not exist. Possible reasons include:
  1768. * The file was deleted, renamed, or moved to another location.
  1769. * An install or uninstall procedure did not complete successfully.
  1770. * The installation package was faulty and contained
  1771. "/usr/lib/cmake/vtk-6.2/VTKTargets.cmake"
  1772. but not all the files it references.
  1773.  
  1774. -- The imported target "vtk" references the file
  1775. "/usr/bin/vtk"
  1776. but this file does not exist. Possible reasons include:
  1777. * The file was deleted, renamed, or moved to another location.
  1778. * An install or uninstall procedure did not complete successfully.
  1779. * The installation package was faulty and contained
  1780. "/usr/lib/cmake/vtk-6.2/VTKTargets.cmake"
  1781. but not all the files it references.
  1782.  
  1783. -- Configuring visuVTKAdaptor: /home/corentin/dev_0.10.2/fw4spl/Bundles/LeafVisu/visuVTKAdaptor
  1784. -- The imported target "vtkParseJava" references the file
  1785. "/usr/bin/vtkParseJava-6.2"
  1786. but this file does not exist. Possible reasons include:
  1787. * The file was deleted, renamed, or moved to another location.
  1788. * An install or uninstall procedure did not complete successfully.
  1789. * The installation package was faulty and contained
  1790. "/usr/lib/cmake/vtk-6.2/VTKTargets.cmake"
  1791. but not all the files it references.
  1792.  
  1793. -- The imported target "vtkWrapJava" references the file
  1794. "/usr/bin/vtkWrapJava-6.2"
  1795. but this file does not exist. Possible reasons include:
  1796. * The file was deleted, renamed, or moved to another location.
  1797. * An install or uninstall procedure did not complete successfully.
  1798. * The installation package was faulty and contained
  1799. "/usr/lib/cmake/vtk-6.2/VTKTargets.cmake"
  1800. but not all the files it references.
  1801.  
  1802. -- The imported target "vtkRenderingQtJava" references the file
  1803. "/usr/lib/x86_64-linux-gnu/libvtkRenderingQtJava.so"
  1804. but this file does not exist. Possible reasons include:
  1805. * The file was deleted, renamed, or moved to another location.
  1806. * An install or uninstall procedure did not complete successfully.
  1807. * The installation package was faulty and contained
  1808. "/usr/lib/cmake/vtk-6.2/VTKTargets.cmake"
  1809. but not all the files it references.
  1810.  
  1811. -- The imported target "vtk" references the file
  1812. "/usr/bin/vtk"
  1813. but this file does not exist. Possible reasons include:
  1814. * The file was deleted, renamed, or moved to another location.
  1815. * An install or uninstall procedure did not complete successfully.
  1816. * The installation package was faulty and contained
  1817. "/usr/lib/cmake/vtk-6.2/VTKTargets.cmake"
  1818. but not all the files it references.
  1819.  
  1820. -- Configuring appXml: /home/corentin/dev_0.10.2/fw4spl/Bundles/core/appXml
  1821. -- Configuring Tuto10MatrixTransformInGS: /home/corentin/dev_0.10.2/fw4spl/Apps/Tuto10MatrixTransformInGS
  1822. CMake Warning (dev) at CMakeLists.txt:725 (elseif):
  1823. Policy CMP0054 is not set: Only interpret if() arguments as variables or
  1824. keywords when unquoted. Run "cmake --help-policy CMP0054" for policy
  1825. details. Use the cmake_policy command to set the policy and suppress this
  1826. warning.
  1827.  
  1828. Quoted keywords like "TEST" will no longer be interpreted as keywords when
  1829. the policy is set to NEW. Since the policy is not set the OLD behavior
  1830. will be used.
  1831. Call Stack (most recent call first):
  1832. Apps/Tuto10MatrixTransformInGS/CMakeLists.txt:1 (fwLoadProperties)
  1833. This warning is for project developers. Use -Wno-dev to suppress it.
  1834.  
  1835. CMake Warning (dev) at CMakeLists.txt:1 (fwLoadProperties):
  1836. Policy CMP0064 is not set: Support new TEST if() operator. Run "cmake
  1837. --help-policy CMP0064" for policy details. Use the cmake_policy command to
  1838. set the policy and suppress this warning.
  1839.  
  1840. TEST will be interpreted as an operator when the policy is set to NEW.
  1841. Since the policy is not set the OLD behavior will be used.
  1842. Call Stack (most recent call first):
  1843. Apps/Tuto10MatrixTransformInGS/CMakeLists.txt:1 (fwLoadProperties)
  1844. This warning is for project developers. Use -Wno-dev to suppress it.
  1845.  
  1846. -- Configuring vtkSimpleNegato: /home/corentin/dev_0.10.2/fw4spl/Bundles/LeafVisu/vtkSimpleNegato
  1847. -- The imported target "vtkParseJava" references the file
  1848. "/usr/bin/vtkParseJava-6.2"
  1849. but this file does not exist. Possible reasons include:
  1850. * The file was deleted, renamed, or moved to another location.
  1851. * An install or uninstall procedure did not complete successfully.
  1852. * The installation package was faulty and contained
  1853. "/usr/lib/cmake/vtk-6.2/VTKTargets.cmake"
  1854. but not all the files it references.
  1855.  
  1856. -- The imported target "vtkWrapJava" references the file
  1857. "/usr/bin/vtkWrapJava-6.2"
  1858. but this file does not exist. Possible reasons include:
  1859. * The file was deleted, renamed, or moved to another location.
  1860. * An install or uninstall procedure did not complete successfully.
  1861. * The installation package was faulty and contained
  1862. "/usr/lib/cmake/vtk-6.2/VTKTargets.cmake"
  1863. but not all the files it references.
  1864.  
  1865. -- The imported target "vtkRenderingQtJava" references the file
  1866. "/usr/lib/x86_64-linux-gnu/libvtkRenderingQtJava.so"
  1867. but this file does not exist. Possible reasons include:
  1868. * The file was deleted, renamed, or moved to another location.
  1869. * An install or uninstall procedure did not complete successfully.
  1870. * The installation package was faulty and contained
  1871. "/usr/lib/cmake/vtk-6.2/VTKTargets.cmake"
  1872. but not all the files it references.
  1873.  
  1874. -- The imported target "vtk" references the file
  1875. "/usr/bin/vtk"
  1876. but this file does not exist. Possible reasons include:
  1877. * The file was deleted, renamed, or moved to another location.
  1878. * An install or uninstall procedure did not complete successfully.
  1879. * The installation package was faulty and contained
  1880. "/usr/lib/cmake/vtk-6.2/VTKTargets.cmake"
  1881. but not all the files it references.
  1882.  
  1883. -- Configuring Tuto02DataServiceBasic: /home/corentin/dev_0.10.2/fw4spl/Apps/Tuto02DataServiceBasic
  1884. CMake Warning (dev) at CMakeLists.txt:725 (elseif):
  1885. Policy CMP0054 is not set: Only interpret if() arguments as variables or
  1886. keywords when unquoted. Run "cmake --help-policy CMP0054" for policy
  1887. details. Use the cmake_policy command to set the policy and suppress this
  1888. warning.
  1889.  
  1890. Quoted keywords like "TEST" will no longer be interpreted as keywords when
  1891. the policy is set to NEW. Since the policy is not set the OLD behavior
  1892. will be used.
  1893. Call Stack (most recent call first):
  1894. Apps/Tuto02DataServiceBasic/CMakeLists.txt:1 (fwLoadProperties)
  1895. This warning is for project developers. Use -Wno-dev to suppress it.
  1896.  
  1897. CMake Warning (dev) at CMakeLists.txt:1 (fwLoadProperties):
  1898. Policy CMP0064 is not set: Support new TEST if() operator. Run "cmake
  1899. --help-policy CMP0064" for policy details. Use the cmake_policy command to
  1900. set the policy and suppress this warning.
  1901.  
  1902. TEST will be interpreted as an operator when the policy is set to NEW.
  1903. Since the policy is not set the OLD behavior will be used.
  1904. Call Stack (most recent call first):
  1905. Apps/Tuto02DataServiceBasic/CMakeLists.txt:1 (fwLoadProperties)
  1906. This warning is for project developers. Use -Wno-dev to suppress it.
  1907.  
  1908. -- Configuring uiImageQt: /home/corentin/dev_0.10.2/fw4spl/Bundles/LeafUI/uiImageQt
  1909. -- Configuring uiReconstructionQt: /home/corentin/dev_0.10.2/fw4spl/Bundles/LeafUI/uiReconstructionQt
  1910. -- Configuring ctrlSelection: /home/corentin/dev_0.10.2/fw4spl/Bundles/LeafCtrl/ctrlSelection
  1911. -- Boost version: 1.58.0
  1912. -- Found the following Boost libraries:
  1913. -- regex
  1914. -- Configuring uiMedDataQt: /home/corentin/dev_0.10.2/fw4spl/Bundles/LeafUI/uiMedDataQt
  1915. -- Boost version: 1.58.0
  1916. -- Found the following Boost libraries:
  1917. -- regex
  1918. -- Configuring opVTKMesh: /home/corentin/dev_0.10.2/fw4spl/Bundles/LeafOp/opVTKMesh
  1919. -- The imported target "vtkParseJava" references the file
  1920. "/usr/bin/vtkParseJava-6.2"
  1921. but this file does not exist. Possible reasons include:
  1922. * The file was deleted, renamed, or moved to another location.
  1923. * An install or uninstall procedure did not complete successfully.
  1924. * The installation package was faulty and contained
  1925. "/usr/lib/cmake/vtk-6.2/VTKTargets.cmake"
  1926. but not all the files it references.
  1927.  
  1928. -- The imported target "vtkWrapJava" references the file
  1929. "/usr/bin/vtkWrapJava-6.2"
  1930. but this file does not exist. Possible reasons include:
  1931. * The file was deleted, renamed, or moved to another location.
  1932. * An install or uninstall procedure did not complete successfully.
  1933. * The installation package was faulty and contained
  1934. "/usr/lib/cmake/vtk-6.2/VTKTargets.cmake"
  1935. but not all the files it references.
  1936.  
  1937. -- The imported target "vtkRenderingQtJava" references the file
  1938. "/usr/lib/x86_64-linux-gnu/libvtkRenderingQtJava.so"
  1939. but this file does not exist. Possible reasons include:
  1940. * The file was deleted, renamed, or moved to another location.
  1941. * An install or uninstall procedure did not complete successfully.
  1942. * The installation package was faulty and contained
  1943. "/usr/lib/cmake/vtk-6.2/VTKTargets.cmake"
  1944. but not all the files it references.
  1945.  
  1946. -- The imported target "vtk" references the file
  1947. "/usr/bin/vtk"
  1948. but this file does not exist. Possible reasons include:
  1949. * The file was deleted, renamed, or moved to another location.
  1950. * An install or uninstall procedure did not complete successfully.
  1951. * The installation package was faulty and contained
  1952. "/usr/lib/cmake/vtk-6.2/VTKTargets.cmake"
  1953. but not all the files it references.
  1954.  
  1955. -- Configuring Tuto09MesherWithGenericScene: /home/corentin/dev_0.10.2/fw4spl/Apps/Tuto09MesherWithGenericScene
  1956. CMake Warning (dev) at CMakeLists.txt:725 (elseif):
  1957. Policy CMP0054 is not set: Only interpret if() arguments as variables or
  1958. keywords when unquoted. Run "cmake --help-policy CMP0054" for policy
  1959. details. Use the cmake_policy command to set the policy and suppress this
  1960. warning.
  1961.  
  1962. Quoted keywords like "TEST" will no longer be interpreted as keywords when
  1963. the policy is set to NEW. Since the policy is not set the OLD behavior
  1964. will be used.
  1965. Call Stack (most recent call first):
  1966. Apps/Tuto09MesherWithGenericScene/CMakeLists.txt:1 (fwLoadProperties)
  1967. This warning is for project developers. Use -Wno-dev to suppress it.
  1968.  
  1969. CMake Warning (dev) at CMakeLists.txt:1 (fwLoadProperties):
  1970. Policy CMP0064 is not set: Support new TEST if() operator. Run "cmake
  1971. --help-policy CMP0064" for policy details. Use the cmake_policy command to
  1972. set the policy and suppress this warning.
  1973.  
  1974. TEST will be interpreted as an operator when the policy is set to NEW.
  1975. Since the policy is not set the OLD behavior will be used.
  1976. Call Stack (most recent call first):
  1977. Apps/Tuto09MesherWithGenericScene/CMakeLists.txt:1 (fwLoadProperties)
  1978. This warning is for project developers. Use -Wno-dev to suppress it.
  1979.  
  1980. -- Configuring vtkSimpleMesh: /home/corentin/dev_0.10.2/fw4spl/Bundles/LeafVisu/vtkSimpleMesh
  1981. -- The imported target "vtkParseJava" references the file
  1982. "/usr/bin/vtkParseJava-6.2"
  1983. but this file does not exist. Possible reasons include:
  1984. * The file was deleted, renamed, or moved to another location.
  1985. * An install or uninstall procedure did not complete successfully.
  1986. * The installation package was faulty and contained
  1987. "/usr/lib/cmake/vtk-6.2/VTKTargets.cmake"
  1988. but not all the files it references.
  1989.  
  1990. -- The imported target "vtkWrapJava" references the file
  1991. "/usr/bin/vtkWrapJava-6.2"
  1992. but this file does not exist. Possible reasons include:
  1993. * The file was deleted, renamed, or moved to another location.
  1994. * An install or uninstall procedure did not complete successfully.
  1995. * The installation package was faulty and contained
  1996. "/usr/lib/cmake/vtk-6.2/VTKTargets.cmake"
  1997. but not all the files it references.
  1998.  
  1999. -- The imported target "vtkRenderingQtJava" references the file
  2000. "/usr/lib/x86_64-linux-gnu/libvtkRenderingQtJava.so"
  2001. but this file does not exist. Possible reasons include:
  2002. * The file was deleted, renamed, or moved to another location.
  2003. * An install or uninstall procedure did not complete successfully.
  2004. * The installation package was faulty and contained
  2005. "/usr/lib/cmake/vtk-6.2/VTKTargets.cmake"
  2006. but not all the files it references.
  2007.  
  2008. -- The imported target "vtk" references the file
  2009. "/usr/bin/vtk"
  2010. but this file does not exist. Possible reasons include:
  2011. * The file was deleted, renamed, or moved to another location.
  2012. * An install or uninstall procedure did not complete successfully.
  2013. * The installation package was faulty and contained
  2014. "/usr/lib/cmake/vtk-6.2/VTKTargets.cmake"
  2015. but not all the files it references.
  2016.  
  2017. -- Configuring Tuto15Multithread: /home/corentin/dev_0.10.2/fw4spl/Apps/Tuto15Multithread
  2018. CMake Warning (dev) at CMakeLists.txt:725 (elseif):
  2019. Policy CMP0054 is not set: Only interpret if() arguments as variables or
  2020. keywords when unquoted. Run "cmake --help-policy CMP0054" for policy
  2021. details. Use the cmake_policy command to set the policy and suppress this
  2022. warning.
  2023.  
  2024. Quoted keywords like "TEST" will no longer be interpreted as keywords when
  2025. the policy is set to NEW. Since the policy is not set the OLD behavior
  2026. will be used.
  2027. Call Stack (most recent call first):
  2028. Apps/Tuto15Multithread/CMakeLists.txt:1 (fwLoadProperties)
  2029. This warning is for project developers. Use -Wno-dev to suppress it.
  2030.  
  2031. CMake Warning (dev) at CMakeLists.txt:1 (fwLoadProperties):
  2032. Policy CMP0064 is not set: Support new TEST if() operator. Run "cmake
  2033. --help-policy CMP0064" for policy details. Use the cmake_policy command to
  2034. set the policy and suppress this warning.
  2035.  
  2036. TEST will be interpreted as an operator when the policy is set to NEW.
  2037. Since the policy is not set the OLD behavior will be used.
  2038. Call Stack (most recent call first):
  2039. Apps/Tuto15Multithread/CMakeLists.txt:1 (fwLoadProperties)
  2040. This warning is for project developers. Use -Wno-dev to suppress it.
  2041.  
  2042. -- Configuring Tuto12Picker: /home/corentin/dev_0.10.2/fw4spl/Apps/Tuto12Picker
  2043. CMake Warning (dev) at CMakeLists.txt:725 (elseif):
  2044. Policy CMP0054 is not set: Only interpret if() arguments as variables or
  2045. keywords when unquoted. Run "cmake --help-policy CMP0054" for policy
  2046. details. Use the cmake_policy command to set the policy and suppress this
  2047. warning.
  2048.  
  2049. Quoted keywords like "TEST" will no longer be interpreted as keywords when
  2050. the policy is set to NEW. Since the policy is not set the OLD behavior
  2051. will be used.
  2052. Call Stack (most recent call first):
  2053. Apps/Tuto12Picker/CMakeLists.txt:1 (fwLoadProperties)
  2054. This warning is for project developers. Use -Wno-dev to suppress it.
  2055.  
  2056. CMake Warning (dev) at CMakeLists.txt:1 (fwLoadProperties):
  2057. Policy CMP0064 is not set: Support new TEST if() operator. Run "cmake
  2058. --help-policy CMP0064" for policy details. Use the cmake_policy command to
  2059. set the policy and suppress this warning.
  2060.  
  2061. TEST will be interpreted as an operator when the policy is set to NEW.
  2062. Since the policy is not set the OLD behavior will be used.
  2063. Call Stack (most recent call first):
  2064. Apps/Tuto12Picker/CMakeLists.txt:1 (fwLoadProperties)
  2065. This warning is for project developers. Use -Wno-dev to suppress it.
  2066.  
  2067. -- Configuring TutoVectorField: /home/corentin/dev_0.10.2/fw4spl/Apps/TutoVectorField
  2068. CMake Warning (dev) at CMakeLists.txt:725 (elseif):
  2069. Policy CMP0054 is not set: Only interpret if() arguments as variables or
  2070. keywords when unquoted. Run "cmake --help-policy CMP0054" for policy
  2071. details. Use the cmake_policy command to set the policy and suppress this
  2072. warning.
  2073.  
  2074. Quoted keywords like "TEST" will no longer be interpreted as keywords when
  2075. the policy is set to NEW. Since the policy is not set the OLD behavior
  2076. will be used.
  2077. Call Stack (most recent call first):
  2078. Apps/TutoVectorField/CMakeLists.txt:1 (fwLoadProperties)
  2079. This warning is for project developers. Use -Wno-dev to suppress it.
  2080.  
  2081. CMake Warning (dev) at CMakeLists.txt:1 (fwLoadProperties):
  2082. Policy CMP0064 is not set: Support new TEST if() operator. Run "cmake
  2083. --help-policy CMP0064" for policy details. Use the cmake_policy command to
  2084. set the policy and suppress this warning.
  2085.  
  2086. TEST will be interpreted as an operator when the policy is set to NEW.
  2087. Since the policy is not set the OLD behavior will be used.
  2088. Call Stack (most recent call first):
  2089. Apps/TutoVectorField/CMakeLists.txt:1 (fwLoadProperties)
  2090. This warning is for project developers. Use -Wno-dev to suppress it.
  2091.  
  2092. -- Configuring scene2D: /home/corentin/dev_0.10.2/fw4spl/Bundles/LeafVisu/scene2D
  2093. -- Configuring uiVisu: /home/corentin/dev_0.10.2/fw4spl/Bundles/LeafUI/uiVisu
  2094. -- Configuring Tuto13Scene2D: /home/corentin/dev_0.10.2/fw4spl/Apps/Tuto13Scene2D
  2095. CMake Warning (dev) at CMakeLists.txt:725 (elseif):
  2096. Policy CMP0054 is not set: Only interpret if() arguments as variables or
  2097. keywords when unquoted. Run "cmake --help-policy CMP0054" for policy
  2098. details. Use the cmake_policy command to set the policy and suppress this
  2099. warning.
  2100.  
  2101. Quoted keywords like "TEST" will no longer be interpreted as keywords when
  2102. the policy is set to NEW. Since the policy is not set the OLD behavior
  2103. will be used.
  2104. Call Stack (most recent call first):
  2105. Apps/Tuto13Scene2D/CMakeLists.txt:1 (fwLoadProperties)
  2106. This warning is for project developers. Use -Wno-dev to suppress it.
  2107.  
  2108. CMake Warning (dev) at CMakeLists.txt:1 (fwLoadProperties):
  2109. Policy CMP0064 is not set: Support new TEST if() operator. Run "cmake
  2110. --help-policy CMP0064" for policy details. Use the cmake_policy command to
  2111. set the policy and suppress this warning.
  2112.  
  2113. TEST will be interpreted as an operator when the policy is set to NEW.
  2114. Since the policy is not set the OLD behavior will be used.
  2115. Call Stack (most recent call first):
  2116. Apps/Tuto13Scene2D/CMakeLists.txt:1 (fwLoadProperties)
  2117. This warning is for project developers. Use -Wno-dev to suppress it.
  2118.  
  2119. -- Configuring TutoGui: /home/corentin/dev_0.10.2/fw4spl/Apps/TutoGui
  2120. CMake Warning (dev) at CMakeLists.txt:725 (elseif):
  2121. Policy CMP0054 is not set: Only interpret if() arguments as variables or
  2122. keywords when unquoted. Run "cmake --help-policy CMP0054" for policy
  2123. details. Use the cmake_policy command to set the policy and suppress this
  2124. warning.
  2125.  
  2126. Quoted keywords like "TEST" will no longer be interpreted as keywords when
  2127. the policy is set to NEW. Since the policy is not set the OLD behavior
  2128. will be used.
  2129. Call Stack (most recent call first):
  2130. Apps/TutoGui/CMakeLists.txt:1 (fwLoadProperties)
  2131. This warning is for project developers. Use -Wno-dev to suppress it.
  2132.  
  2133. CMake Warning (dev) at CMakeLists.txt:1 (fwLoadProperties):
  2134. Policy CMP0064 is not set: Support new TEST if() operator. Run "cmake
  2135. --help-policy CMP0064" for policy details. Use the cmake_policy command to
  2136. set the policy and suppress this warning.
  2137.  
  2138. TEST will be interpreted as an operator when the policy is set to NEW.
  2139. Since the policy is not set the OLD behavior will be used.
  2140. Call Stack (most recent call first):
  2141. Apps/TutoGui/CMakeLists.txt:1 (fwLoadProperties)
  2142. This warning is for project developers. Use -Wno-dev to suppress it.
  2143.  
  2144. -- Configuring TutoTrianConverterCtrl: /home/corentin/dev_0.10.2/fw4spl/Apps/TutoTrianConverterCtrl
  2145. CMake Warning (dev) at CMakeLists.txt:725 (elseif):
  2146. Policy CMP0054 is not set: Only interpret if() arguments as variables or
  2147. keywords when unquoted. Run "cmake --help-policy CMP0054" for policy
  2148. details. Use the cmake_policy command to set the policy and suppress this
  2149. warning.
  2150.  
  2151. Quoted keywords like "TEST" will no longer be interpreted as keywords when
  2152. the policy is set to NEW. Since the policy is not set the OLD behavior
  2153. will be used.
  2154. Call Stack (most recent call first):
  2155. Apps/TutoTrianConverterCtrl/CMakeLists.txt:1 (fwLoadProperties)
  2156. This warning is for project developers. Use -Wno-dev to suppress it.
  2157.  
  2158. CMake Warning (dev) at CMakeLists.txt:1 (fwLoadProperties):
  2159. Policy CMP0064 is not set: Support new TEST if() operator. Run "cmake
  2160. --help-policy CMP0064" for policy details. Use the cmake_policy command to
  2161. set the policy and suppress this warning.
  2162.  
  2163. TEST will be interpreted as an operator when the policy is set to NEW.
  2164. Since the policy is not set the OLD behavior will be used.
  2165. Call Stack (most recent call first):
  2166. Apps/TutoTrianConverterCtrl/CMakeLists.txt:1 (fwLoadProperties)
  2167. This warning is for project developers. Use -Wno-dev to suppress it.
  2168.  
  2169. -- Boost version: 1.58.0
  2170. -- Found the following Boost libraries:
  2171. -- program_options
  2172. -- Configuring binding: /home/corentin/dev_0.10.2/fw4spl/Bundles/core/binding
  2173. -- Configuring uiPython: /home/corentin/dev_0.10.2/fw4spl/Bundles/LeafUI/uiPython
  2174. -- Configuring TutoPython: /home/corentin/dev_0.10.2/fw4spl/Apps/TutoPython
  2175. CMake Warning (dev) at CMakeLists.txt:725 (elseif):
  2176. Policy CMP0054 is not set: Only interpret if() arguments as variables or
  2177. keywords when unquoted. Run "cmake --help-policy CMP0054" for policy
  2178. details. Use the cmake_policy command to set the policy and suppress this
  2179. warning.
  2180.  
  2181. Quoted keywords like "TEST" will no longer be interpreted as keywords when
  2182. the policy is set to NEW. Since the policy is not set the OLD behavior
  2183. will be used.
  2184. Call Stack (most recent call first):
  2185. Apps/TutoPython/CMakeLists.txt:1 (fwLoadProperties)
  2186. This warning is for project developers. Use -Wno-dev to suppress it.
  2187.  
  2188. CMake Warning (dev) at CMakeLists.txt:1 (fwLoadProperties):
  2189. Policy CMP0064 is not set: Support new TEST if() operator. Run "cmake
  2190. --help-policy CMP0064" for policy details. Use the cmake_policy command to
  2191. set the policy and suppress this warning.
  2192.  
  2193. TEST will be interpreted as an operator when the policy is set to NEW.
  2194. Since the policy is not set the OLD behavior will be used.
  2195. Call Stack (most recent call first):
  2196. Apps/TutoPython/CMakeLists.txt:1 (fwLoadProperties)
  2197. This warning is for project developers. Use -Wno-dev to suppress it.
  2198.  
  2199. CMake Warning at Apps/TutoPython/CMakeLists.txt:6 (message):
  2200. numpy is required for TutoPython and it is not found in :
  2201. /home/corentin/dev_0.10.2/fw4spl/cmake-finders/lib/site-packages/
  2202.  
  2203.  
  2204. -- Configuring visuVTKVRAdaptor: /home/corentin/dev_0.10.2/fw4spl/Bundles/LeafVisu/visuVTKVRAdaptor
  2205. -- The imported target "vtkParseJava" references the file
  2206. "/usr/bin/vtkParseJava-6.2"
  2207. but this file does not exist. Possible reasons include:
  2208. * The file was deleted, renamed, or moved to another location.
  2209. * An install or uninstall procedure did not complete successfully.
  2210. * The installation package was faulty and contained
  2211. "/usr/lib/cmake/vtk-6.2/VTKTargets.cmake"
  2212. but not all the files it references.
  2213.  
  2214. -- The imported target "vtkWrapJava" references the file
  2215. "/usr/bin/vtkWrapJava-6.2"
  2216. but this file does not exist. Possible reasons include:
  2217. * The file was deleted, renamed, or moved to another location.
  2218. * An install or uninstall procedure did not complete successfully.
  2219. * The installation package was faulty and contained
  2220. "/usr/lib/cmake/vtk-6.2/VTKTargets.cmake"
  2221. but not all the files it references.
  2222.  
  2223. -- The imported target "vtkRenderingQtJava" references the file
  2224. "/usr/lib/x86_64-linux-gnu/libvtkRenderingQtJava.so"
  2225. but this file does not exist. Possible reasons include:
  2226. * The file was deleted, renamed, or moved to another location.
  2227. * An install or uninstall procedure did not complete successfully.
  2228. * The installation package was faulty and contained
  2229. "/usr/lib/cmake/vtk-6.2/VTKTargets.cmake"
  2230. but not all the files it references.
  2231.  
  2232. -- The imported target "vtk" references the file
  2233. "/usr/bin/vtk"
  2234. but this file does not exist. Possible reasons include:
  2235. * The file was deleted, renamed, or moved to another location.
  2236. * An install or uninstall procedure did not complete successfully.
  2237. * The installation package was faulty and contained
  2238. "/usr/lib/cmake/vtk-6.2/VTKTargets.cmake"
  2239. but not all the files it references.
  2240.  
  2241. -- Configuring memory: /home/corentin/dev_0.10.2/fw4spl/Bundles/core/memory
  2242. -- Configuring monitor: /home/corentin/dev_0.10.2/fw4spl/Bundles/LeafCtrl/monitor
  2243. -- Configuring monitorQt: /home/corentin/dev_0.10.2/fw4spl/Bundles/LeafUI/monitorQt
  2244. -- Configuring ctrlMemory: /home/corentin/dev_0.10.2/fw4spl/Bundles/LeafCtrl/ctrlMemory
  2245. -- Configuring ioVtkGdcm: /home/corentin/dev_0.10.2/fw4spl/Bundles/LeafIO/ioVtkGdcm
  2246. -- Configuring uiGenericQt: /home/corentin/dev_0.10.2/fw4spl/Bundles/LeafUI/uiGenericQt
  2247. -- Configuring activities: /home/corentin/dev_0.10.2/fw4spl/Bundles/core/activities
  2248. -- Boost version: 1.58.0
  2249. -- Found the following Boost libraries:
  2250. -- regex
  2251. -- Configuring uiMeasurement: /home/corentin/dev_0.10.2/fw4spl/Bundles/LeafUI/uiMeasurement
  2252. -- Configuring uiMeasurementQt: /home/corentin/dev_0.10.2/fw4spl/Bundles/LeafUI/uiMeasurementQt
  2253. -- Configuring media: /home/corentin/dev_0.10.2/fw4spl/Bundles/media
  2254. -- Configuring 2DVisualizationActivity: /home/corentin/dev_0.10.2/fw4spl/Bundles/LeafActivity/2DVisualizationActivity
  2255. -- Configuring 3DVisualizationActivity: /home/corentin/dev_0.10.2/fw4spl/Bundles/LeafActivity/3DVisualizationActivity
  2256. -- Configuring uiTF: /home/corentin/dev_0.10.2/fw4spl/Bundles/LeafUI/uiTF
  2257. -- Configuring blendActivity: /home/corentin/dev_0.10.2/fw4spl/Bundles/LeafActivity/blendActivity
  2258. -- Configuring volumeRenderingActivity: /home/corentin/dev_0.10.2/fw4spl/Bundles/LeafActivity/volumeRenderingActivity
  2259. -- Configuring ioAtoms: /home/corentin/dev_0.10.2/fw4spl/Bundles/LeafIO/ioAtoms
  2260. -- Configuring patchMedicalData: /home/corentin/dev_0.10.2/fw4spl/Bundles/LeafPatch/patchMedicalData
  2261. -- Boost version: 1.58.0
  2262. -- Found the following Boost libraries:
  2263. -- system
  2264. -- Configuring ioITK: /home/corentin/dev_0.10.2/fw4spl/Bundles/LeafIO/ioITK
  2265. -- Configuring filterVRRender: /home/corentin/dev_0.10.2/fw4spl/Bundles/LeafAtomFilter/filterVRRender
  2266. -- Configuring VRRender: /home/corentin/dev_0.10.2/fw4spl/Apps/VRRender
  2267. CMake Warning (dev) at CMakeLists.txt:725 (elseif):
  2268. Policy CMP0054 is not set: Only interpret if() arguments as variables or
  2269. keywords when unquoted. Run "cmake --help-policy CMP0054" for policy
  2270. details. Use the cmake_policy command to set the policy and suppress this
  2271. warning.
  2272.  
  2273. Quoted keywords like "TEST" will no longer be interpreted as keywords when
  2274. the policy is set to NEW. Since the policy is not set the OLD behavior
  2275. will be used.
  2276. Call Stack (most recent call first):
  2277. Apps/VRRender/CMakeLists.txt:1 (fwLoadProperties)
  2278. This warning is for project developers. Use -Wno-dev to suppress it.
  2279.  
  2280. CMake Warning (dev) at CMakeLists.txt:1 (fwLoadProperties):
  2281. Policy CMP0064 is not set: Support new TEST if() operator. Run "cmake
  2282. --help-policy CMP0064" for policy details. Use the cmake_policy command to
  2283. set the policy and suppress this warning.
  2284.  
  2285. TEST will be interpreted as an operator when the policy is set to NEW.
  2286. Since the policy is not set the OLD behavior will be used.
  2287. Call Stack (most recent call first):
  2288. Apps/VRRender/CMakeLists.txt:1 (fwLoadProperties)
  2289. This warning is for project developers. Use -Wno-dev to suppress it.
  2290.  
  2291. -- Configuring Tuto15MultithreadCtrl: /home/corentin/dev_0.10.2/fw4spl/Apps/Tuto15MultithreadCtrl
  2292. CMake Warning (dev) at CMakeLists.txt:725 (elseif):
  2293. Policy CMP0054 is not set: Only interpret if() arguments as variables or
  2294. keywords when unquoted. Run "cmake --help-policy CMP0054" for policy
  2295. details. Use the cmake_policy command to set the policy and suppress this
  2296. warning.
  2297.  
  2298. Quoted keywords like "TEST" will no longer be interpreted as keywords when
  2299. the policy is set to NEW. Since the policy is not set the OLD behavior
  2300. will be used.
  2301. Call Stack (most recent call first):
  2302. Apps/Tuto15MultithreadCtrl/CMakeLists.txt:1 (fwLoadProperties)
  2303. This warning is for project developers. Use -Wno-dev to suppress it.
  2304.  
  2305. CMake Warning (dev) at CMakeLists.txt:1 (fwLoadProperties):
  2306. Policy CMP0064 is not set: Support new TEST if() operator. Run "cmake
  2307. --help-policy CMP0064" for policy details. Use the cmake_policy command to
  2308. set the policy and suppress this warning.
  2309.  
  2310. TEST will be interpreted as an operator when the policy is set to NEW.
  2311. Since the policy is not set the OLD behavior will be used.
  2312. Call Stack (most recent call first):
  2313. Apps/Tuto15MultithreadCtrl/CMakeLists.txt:1 (fwLoadProperties)
  2314. This warning is for project developers. Use -Wno-dev to suppress it.
  2315.  
  2316. -- Boost version: 1.58.0
  2317. -- Found the following Boost libraries:
  2318. -- log
  2319. -- Configuring Tuto03DataService: /home/corentin/dev_0.10.2/fw4spl/Apps/Tuto03DataService
  2320. CMake Warning (dev) at CMakeLists.txt:725 (elseif):
  2321. Policy CMP0054 is not set: Only interpret if() arguments as variables or
  2322. keywords when unquoted. Run "cmake --help-policy CMP0054" for policy
  2323. details. Use the cmake_policy command to set the policy and suppress this
  2324. warning.
  2325.  
  2326. Quoted keywords like "TEST" will no longer be interpreted as keywords when
  2327. the policy is set to NEW. Since the policy is not set the OLD behavior
  2328. will be used.
  2329. Call Stack (most recent call first):
  2330. Apps/Tuto03DataService/CMakeLists.txt:1 (fwLoadProperties)
  2331. This warning is for project developers. Use -Wno-dev to suppress it.
  2332.  
  2333. CMake Warning (dev) at CMakeLists.txt:1 (fwLoadProperties):
  2334. Policy CMP0064 is not set: Support new TEST if() operator. Run "cmake
  2335. --help-policy CMP0064" for policy details. Use the cmake_policy command to
  2336. set the policy and suppress this warning.
  2337.  
  2338. TEST will be interpreted as an operator when the policy is set to NEW.
  2339. Since the policy is not set the OLD behavior will be used.
  2340. Call Stack (most recent call first):
  2341. Apps/Tuto03DataService/CMakeLists.txt:1 (fwLoadProperties)
  2342. This warning is for project developers. Use -Wno-dev to suppress it.
  2343.  
  2344. -- Configuring Tuto14MeshGenerator: /home/corentin/dev_0.10.2/fw4spl/Apps/Tuto14MeshGenerator
  2345. CMake Warning (dev) at CMakeLists.txt:725 (elseif):
  2346. Policy CMP0054 is not set: Only interpret if() arguments as variables or
  2347. keywords when unquoted. Run "cmake --help-policy CMP0054" for policy
  2348. details. Use the cmake_policy command to set the policy and suppress this
  2349. warning.
  2350.  
  2351. Quoted keywords like "TEST" will no longer be interpreted as keywords when
  2352. the policy is set to NEW. Since the policy is not set the OLD behavior
  2353. will be used.
  2354. Call Stack (most recent call first):
  2355. Apps/Tuto14MeshGenerator/CMakeLists.txt:1 (fwLoadProperties)
  2356. This warning is for project developers. Use -Wno-dev to suppress it.
  2357.  
  2358. CMake Warning (dev) at CMakeLists.txt:1 (fwLoadProperties):
  2359. Policy CMP0064 is not set: Support new TEST if() operator. Run "cmake
  2360. --help-policy CMP0064" for policy details. Use the cmake_policy command to
  2361. set the policy and suppress this warning.
  2362.  
  2363. TEST will be interpreted as an operator when the policy is set to NEW.
  2364. Since the policy is not set the OLD behavior will be used.
  2365. Call Stack (most recent call first):
  2366. Apps/Tuto14MeshGenerator/CMakeLists.txt:1 (fwLoadProperties)
  2367. This warning is for project developers. Use -Wno-dev to suppress it.
  2368.  
  2369. -- Configuring Tuto04SignalSlot: /home/corentin/dev_0.10.2/fw4spl/Apps/Tuto04SignalSlot
  2370. CMake Warning (dev) at CMakeLists.txt:725 (elseif):
  2371. Policy CMP0054 is not set: Only interpret if() arguments as variables or
  2372. keywords when unquoted. Run "cmake --help-policy CMP0054" for policy
  2373. details. Use the cmake_policy command to set the policy and suppress this
  2374. warning.
  2375.  
  2376. Quoted keywords like "TEST" will no longer be interpreted as keywords when
  2377. the policy is set to NEW. Since the policy is not set the OLD behavior
  2378. will be used.
  2379. Call Stack (most recent call first):
  2380. Apps/Tuto04SignalSlot/CMakeLists.txt:1 (fwLoadProperties)
  2381. This warning is for project developers. Use -Wno-dev to suppress it.
  2382.  
  2383. CMake Warning (dev) at CMakeLists.txt:1 (fwLoadProperties):
  2384. Policy CMP0064 is not set: Support new TEST if() operator. Run "cmake
  2385. --help-policy CMP0064" for policy details. Use the cmake_policy command to
  2386. set the policy and suppress this warning.
  2387.  
  2388. TEST will be interpreted as an operator when the policy is set to NEW.
  2389. Since the policy is not set the OLD behavior will be used.
  2390. Call Stack (most recent call first):
  2391. Apps/Tuto04SignalSlot/CMakeLists.txt:1 (fwLoadProperties)
  2392. This warning is for project developers. Use -Wno-dev to suppress it.
  2393.  
  2394. -- Configuring opImageFilter: /home/corentin/dev_0.10.2/fw4spl/Bundles/LeafOp/opImageFilter
  2395. -- Configuring Tuto06Filter: /home/corentin/dev_0.10.2/fw4spl/Apps/Tuto06Filter
  2396. CMake Warning (dev) at CMakeLists.txt:725 (elseif):
  2397. Policy CMP0054 is not set: Only interpret if() arguments as variables or
  2398. keywords when unquoted. Run "cmake --help-policy CMP0054" for policy
  2399. details. Use the cmake_policy command to set the policy and suppress this
  2400. warning.
  2401.  
  2402. Quoted keywords like "TEST" will no longer be interpreted as keywords when
  2403. the policy is set to NEW. Since the policy is not set the OLD behavior
  2404. will be used.
  2405. Call Stack (most recent call first):
  2406. Apps/Tuto06Filter/CMakeLists.txt:1 (fwLoadProperties)
  2407. This warning is for project developers. Use -Wno-dev to suppress it.
  2408.  
  2409. CMake Warning (dev) at CMakeLists.txt:1 (fwLoadProperties):
  2410. Policy CMP0064 is not set: Support new TEST if() operator. Run "cmake
  2411. --help-policy CMP0064" for policy details. Use the cmake_policy command to
  2412. set the policy and suppress this warning.
  2413.  
  2414. TEST will be interpreted as an operator when the policy is set to NEW.
  2415. Since the policy is not set the OLD behavior will be used.
  2416. Call Stack (most recent call first):
  2417. Apps/Tuto06Filter/CMakeLists.txt:1 (fwLoadProperties)
  2418. This warning is for project developers. Use -Wno-dev to suppress it.
  2419.  
  2420. -- Configuring Tuto01Basic: /home/corentin/dev_0.10.2/fw4spl/Apps/Tuto01Basic
  2421. CMake Warning (dev) at CMakeLists.txt:725 (elseif):
  2422. Policy CMP0054 is not set: Only interpret if() arguments as variables or
  2423. keywords when unquoted. Run "cmake --help-policy CMP0054" for policy
  2424. details. Use the cmake_policy command to set the policy and suppress this
  2425. warning.
  2426.  
  2427. Quoted keywords like "TEST" will no longer be interpreted as keywords when
  2428. the policy is set to NEW. Since the policy is not set the OLD behavior
  2429. will be used.
  2430. Call Stack (most recent call first):
  2431. Apps/Tuto01Basic/CMakeLists.txt:1 (fwLoadProperties)
  2432. This warning is for project developers. Use -Wno-dev to suppress it.
  2433.  
  2434. CMake Warning (dev) at CMakeLists.txt:1 (fwLoadProperties):
  2435. Policy CMP0064 is not set: Support new TEST if() operator. Run "cmake
  2436. --help-policy CMP0064" for policy details. Use the cmake_policy command to
  2437. set the policy and suppress this warning.
  2438.  
  2439. TEST will be interpreted as an operator when the policy is set to NEW.
  2440. Since the policy is not set the OLD behavior will be used.
  2441. Call Stack (most recent call first):
  2442. Apps/Tuto01Basic/CMakeLists.txt:1 (fwLoadProperties)
  2443. This warning is for project developers. Use -Wno-dev to suppress it.
  2444.  
  2445. -- Configuring Tuto02DataServiceBasicCtrl: /home/corentin/dev_0.10.2/fw4spl/Apps/Tuto02DataServiceBasicCtrl
  2446. CMake Warning (dev) at CMakeLists.txt:725 (elseif):
  2447. Policy CMP0054 is not set: Only interpret if() arguments as variables or
  2448. keywords when unquoted. Run "cmake --help-policy CMP0054" for policy
  2449. details. Use the cmake_policy command to set the policy and suppress this
  2450. warning.
  2451.  
  2452. Quoted keywords like "TEST" will no longer be interpreted as keywords when
  2453. the policy is set to NEW. Since the policy is not set the OLD behavior
  2454. will be used.
  2455. Call Stack (most recent call first):
  2456. Apps/Tuto02DataServiceBasicCtrl/CMakeLists.txt:1 (fwLoadProperties)
  2457. This warning is for project developers. Use -Wno-dev to suppress it.
  2458.  
  2459. CMake Warning (dev) at CMakeLists.txt:1 (fwLoadProperties):
  2460. Policy CMP0064 is not set: Support new TEST if() operator. Run "cmake
  2461. --help-policy CMP0064" for policy details. Use the cmake_policy command to
  2462. set the policy and suppress this warning.
  2463.  
  2464. TEST will be interpreted as an operator when the policy is set to NEW.
  2465. Since the policy is not set the OLD behavior will be used.
  2466. Call Stack (most recent call first):
  2467. Apps/Tuto02DataServiceBasicCtrl/CMakeLists.txt:1 (fwLoadProperties)
  2468. This warning is for project developers. Use -Wno-dev to suppress it.
  2469.  
  2470. -- Boost version: 1.58.0
  2471. -- Found the following Boost libraries:
  2472. -- system
  2473. -- Configuring Tuto11LaunchBasicConfig: /home/corentin/dev_0.10.2/fw4spl/Apps/Tuto11LaunchBasicConfig
  2474. CMake Warning (dev) at CMakeLists.txt:725 (elseif):
  2475. Policy CMP0054 is not set: Only interpret if() arguments as variables or
  2476. keywords when unquoted. Run "cmake --help-policy CMP0054" for policy
  2477. details. Use the cmake_policy command to set the policy and suppress this
  2478. warning.
  2479.  
  2480. Quoted keywords like "TEST" will no longer be interpreted as keywords when
  2481. the policy is set to NEW. Since the policy is not set the OLD behavior
  2482. will be used.
  2483. Call Stack (most recent call first):
  2484. Apps/Tuto11LaunchBasicConfig/CMakeLists.txt:1 (fwLoadProperties)
  2485. This warning is for project developers. Use -Wno-dev to suppress it.
  2486.  
  2487. CMake Warning (dev) at CMakeLists.txt:1 (fwLoadProperties):
  2488. Policy CMP0064 is not set: Support new TEST if() operator. Run "cmake
  2489. --help-policy CMP0064" for policy details. Use the cmake_policy command to
  2490. set the policy and suppress this warning.
  2491.  
  2492. TEST will be interpreted as an operator when the policy is set to NEW.
  2493. Since the policy is not set the OLD behavior will be used.
  2494. Call Stack (most recent call first):
  2495. Apps/Tuto11LaunchBasicConfig/CMakeLists.txt:1 (fwLoadProperties)
  2496. This warning is for project developers. Use -Wno-dev to suppress it.
  2497.  
  2498. -- Configuring Tuto05Mesher: /home/corentin/dev_0.10.2/fw4spl/Apps/Tuto05Mesher
  2499. CMake Warning (dev) at CMakeLists.txt:725 (elseif):
  2500. Policy CMP0054 is not set: Only interpret if() arguments as variables or
  2501. keywords when unquoted. Run "cmake --help-policy CMP0054" for policy
  2502. details. Use the cmake_policy command to set the policy and suppress this
  2503. warning.
  2504.  
  2505. Quoted keywords like "TEST" will no longer be interpreted as keywords when
  2506. the policy is set to NEW. Since the policy is not set the OLD behavior
  2507. will be used.
  2508. Call Stack (most recent call first):
  2509. Apps/Tuto05Mesher/CMakeLists.txt:1 (fwLoadProperties)
  2510. This warning is for project developers. Use -Wno-dev to suppress it.
  2511.  
  2512. CMake Warning (dev) at CMakeLists.txt:1 (fwLoadProperties):
  2513. Policy CMP0064 is not set: Support new TEST if() operator. Run "cmake
  2514. --help-policy CMP0064" for policy details. Use the cmake_policy command to
  2515. set the policy and suppress this warning.
  2516.  
  2517. TEST will be interpreted as an operator when the policy is set to NEW.
  2518. Since the policy is not set the OLD behavior will be used.
  2519. Call Stack (most recent call first):
  2520. Apps/Tuto05Mesher/CMakeLists.txt:1 (fwLoadProperties)
  2521. This warning is for project developers. Use -Wno-dev to suppress it.
  2522.  
  2523. -- Configuring Tuto08GenericScene: /home/corentin/dev_0.10.2/fw4spl/Apps/Tuto08GenericScene
  2524. CMake Warning (dev) at CMakeLists.txt:725 (elseif):
  2525. Policy CMP0054 is not set: Only interpret if() arguments as variables or
  2526. keywords when unquoted. Run "cmake --help-policy CMP0054" for policy
  2527. details. Use the cmake_policy command to set the policy and suppress this
  2528. warning.
  2529.  
  2530. Quoted keywords like "TEST" will no longer be interpreted as keywords when
  2531. the policy is set to NEW. Since the policy is not set the OLD behavior
  2532. will be used.
  2533. Call Stack (most recent call first):
  2534. Apps/Tuto08GenericScene/CMakeLists.txt:1 (fwLoadProperties)
  2535. This warning is for project developers. Use -Wno-dev to suppress it.
  2536.  
  2537. CMake Warning (dev) at CMakeLists.txt:1 (fwLoadProperties):
  2538. Policy CMP0064 is not set: Support new TEST if() operator. Run "cmake
  2539. --help-policy CMP0064" for policy details. Use the cmake_policy command to
  2540. set the policy and suppress this warning.
  2541.  
  2542. TEST will be interpreted as an operator when the policy is set to NEW.
  2543. Since the policy is not set the OLD behavior will be used.
  2544. Call Stack (most recent call first):
  2545. Apps/Tuto08GenericScene/CMakeLists.txt:1 (fwLoadProperties)
  2546. This warning is for project developers. Use -Wno-dev to suppress it.
  2547.  
  2548. -- Configuring ioTuto: /home/corentin/dev_0.10.2/fw4spl/Bundles/LeafIO/ioTuto
  2549. -- Configuring ioAtomsTest: /home/corentin/dev_0.10.2/fw4spl/Bundles/LeafIO/ioAtoms/test
  2550. CMake Warning (dev) at CMakeLists.txt:725 (elseif):
  2551. Policy CMP0054 is not set: Only interpret if() arguments as variables or
  2552. keywords when unquoted. Run "cmake --help-policy CMP0054" for policy
  2553. details. Use the cmake_policy command to set the policy and suppress this
  2554. warning.
  2555.  
  2556. Quoted keywords like "TEST" will no longer be interpreted as keywords when
  2557. the policy is set to NEW. Since the policy is not set the OLD behavior
  2558. will be used.
  2559. Call Stack (most recent call first):
  2560. Bundles/LeafIO/ioAtoms/test/CMakeLists.txt:1 (fwLoadProperties)
  2561. This warning is for project developers. Use -Wno-dev to suppress it.
  2562.  
  2563. CMake Warning (dev) at CMakeLists.txt:1 (fwLoadProperties):
  2564. Policy CMP0064 is not set: Support new TEST if() operator. Run "cmake
  2565. --help-policy CMP0064" for policy details. Use the cmake_policy command to
  2566. set the policy and suppress this warning.
  2567.  
  2568. TEST will be interpreted as an operator when the policy is set to NEW.
  2569. Since the policy is not set the OLD behavior will be used.
  2570. Call Stack (most recent call first):
  2571. Bundles/LeafIO/ioAtoms/test/CMakeLists.txt:1 (fwLoadProperties)
  2572. This warning is for project developers. Use -Wno-dev to suppress it.
  2573.  
  2574. -- Configuring ioVTKTest: /home/corentin/dev_0.10.2/fw4spl/Bundles/LeafIO/ioVTK/test
  2575. CMake Warning (dev) at CMakeLists.txt:725 (elseif):
  2576. Policy CMP0054 is not set: Only interpret if() arguments as variables or
  2577. keywords when unquoted. Run "cmake --help-policy CMP0054" for policy
  2578. details. Use the cmake_policy command to set the policy and suppress this
  2579. warning.
  2580.  
  2581. Quoted keywords like "TEST" will no longer be interpreted as keywords when
  2582. the policy is set to NEW. Since the policy is not set the OLD behavior
  2583. will be used.
  2584. Call Stack (most recent call first):
  2585. Bundles/LeafIO/ioVTK/test/CMakeLists.txt:1 (fwLoadProperties)
  2586. This warning is for project developers. Use -Wno-dev to suppress it.
  2587.  
  2588. CMake Warning (dev) at CMakeLists.txt:1 (fwLoadProperties):
  2589. Policy CMP0064 is not set: Support new TEST if() operator. Run "cmake
  2590. --help-policy CMP0064" for policy details. Use the cmake_policy command to
  2591. set the policy and suppress this warning.
  2592.  
  2593. TEST will be interpreted as an operator when the policy is set to NEW.
  2594. Since the policy is not set the OLD behavior will be used.
  2595. Call Stack (most recent call first):
  2596. Bundles/LeafIO/ioVTK/test/CMakeLists.txt:1 (fwLoadProperties)
  2597. This warning is for project developers. Use -Wno-dev to suppress it.
  2598.  
  2599. -- Configuring ioITKTest: /home/corentin/dev_0.10.2/fw4spl/Bundles/LeafIO/ioITK/test
  2600. CMake Warning (dev) at CMakeLists.txt:725 (elseif):
  2601. Policy CMP0054 is not set: Only interpret if() arguments as variables or
  2602. keywords when unquoted. Run "cmake --help-policy CMP0054" for policy
  2603. details. Use the cmake_policy command to set the policy and suppress this
  2604. warning.
  2605.  
  2606. Quoted keywords like "TEST" will no longer be interpreted as keywords when
  2607. the policy is set to NEW. Since the policy is not set the OLD behavior
  2608. will be used.
  2609. Call Stack (most recent call first):
  2610. Bundles/LeafIO/ioITK/test/CMakeLists.txt:2 (fwLoadProperties)
  2611. This warning is for project developers. Use -Wno-dev to suppress it.
  2612.  
  2613. CMake Warning (dev) at CMakeLists.txt:2 (fwLoadProperties):
  2614. Policy CMP0064 is not set: Support new TEST if() operator. Run "cmake
  2615. --help-policy CMP0064" for policy details. Use the cmake_policy command to
  2616. set the policy and suppress this warning.
  2617.  
  2618. TEST will be interpreted as an operator when the policy is set to NEW.
  2619. Since the policy is not set the OLD behavior will be used.
  2620. Call Stack (most recent call first):
  2621. Bundles/LeafIO/ioITK/test/CMakeLists.txt:2 (fwLoadProperties)
  2622. This warning is for project developers. Use -Wno-dev to suppress it.
  2623.  
  2624. -- Boost version: 1.58.0
  2625. -- Found the following Boost libraries:
  2626. -- system
  2627. -- filesystem
  2628. -- Configuring ioVtkGdcmTest: /home/corentin/dev_0.10.2/fw4spl/Bundles/LeafIO/ioVtkGdcm/test
  2629. CMake Warning (dev) at CMakeLists.txt:725 (elseif):
  2630. Policy CMP0054 is not set: Only interpret if() arguments as variables or
  2631. keywords when unquoted. Run "cmake --help-policy CMP0054" for policy
  2632. details. Use the cmake_policy command to set the policy and suppress this
  2633. warning.
  2634.  
  2635. Quoted keywords like "TEST" will no longer be interpreted as keywords when
  2636. the policy is set to NEW. Since the policy is not set the OLD behavior
  2637. will be used.
  2638. Call Stack (most recent call first):
  2639. Bundles/LeafIO/ioVtkGdcm/test/CMakeLists.txt:1 (fwLoadProperties)
  2640. This warning is for project developers. Use -Wno-dev to suppress it.
  2641.  
  2642. CMake Warning (dev) at CMakeLists.txt:1 (fwLoadProperties):
  2643. Policy CMP0064 is not set: Support new TEST if() operator. Run "cmake
  2644. --help-policy CMP0064" for policy details. Use the cmake_policy command to
  2645. set the policy and suppress this warning.
  2646.  
  2647. TEST will be interpreted as an operator when the policy is set to NEW.
  2648. Since the policy is not set the OLD behavior will be used.
  2649. Call Stack (most recent call first):
  2650. Bundles/LeafIO/ioVtkGdcm/test/CMakeLists.txt:1 (fwLoadProperties)
  2651. This warning is for project developers. Use -Wno-dev to suppress it.
  2652.  
  2653. -- Configuring patchMedicalDataTest: /home/corentin/dev_0.10.2/fw4spl/Bundles/LeafPatch/patchMedicalData/test
  2654. CMake Warning (dev) at CMakeLists.txt:725 (elseif):
  2655. Policy CMP0054 is not set: Only interpret if() arguments as variables or
  2656. keywords when unquoted. Run "cmake --help-policy CMP0054" for policy
  2657. details. Use the cmake_policy command to set the policy and suppress this
  2658. warning.
  2659.  
  2660. Quoted keywords like "TEST" will no longer be interpreted as keywords when
  2661. the policy is set to NEW. Since the policy is not set the OLD behavior
  2662. will be used.
  2663. Call Stack (most recent call first):
  2664. Bundles/LeafPatch/patchMedicalData/test/CMakeLists.txt:1 (fwLoadProperties)
  2665. This warning is for project developers. Use -Wno-dev to suppress it.
  2666.  
  2667. CMake Warning (dev) at CMakeLists.txt:1 (fwLoadProperties):
  2668. Policy CMP0064 is not set: Support new TEST if() operator. Run "cmake
  2669. --help-policy CMP0064" for policy details. Use the cmake_policy command to
  2670. set the policy and suppress this warning.
  2671.  
  2672. TEST will be interpreted as an operator when the policy is set to NEW.
  2673. Since the policy is not set the OLD behavior will be used.
  2674. Call Stack (most recent call first):
  2675. Bundles/LeafPatch/patchMedicalData/test/CMakeLists.txt:1 (fwLoadProperties)
  2676. This warning is for project developers. Use -Wno-dev to suppress it.
  2677.  
  2678. -- Configuring guiQtTest: /home/corentin/dev_0.10.2/fw4spl/Bundles/LeafUI/guiQt/test
  2679. CMake Warning (dev) at CMakeLists.txt:725 (elseif):
  2680. Policy CMP0054 is not set: Only interpret if() arguments as variables or
  2681. keywords when unquoted. Run "cmake --help-policy CMP0054" for policy
  2682. details. Use the cmake_policy command to set the policy and suppress this
  2683. warning.
  2684.  
  2685. Quoted keywords like "TEST" will no longer be interpreted as keywords when
  2686. the policy is set to NEW. Since the policy is not set the OLD behavior
  2687. will be used.
  2688. Call Stack (most recent call first):
  2689. Bundles/LeafUI/guiQt/test/CMakeLists.txt:2 (fwLoadProperties)
  2690. This warning is for project developers. Use -Wno-dev to suppress it.
  2691.  
  2692. CMake Warning (dev) at CMakeLists.txt:2 (fwLoadProperties):
  2693. Policy CMP0064 is not set: Support new TEST if() operator. Run "cmake
  2694. --help-policy CMP0064" for policy details. Use the cmake_policy command to
  2695. set the policy and suppress this warning.
  2696.  
  2697. TEST will be interpreted as an operator when the policy is set to NEW.
  2698. Since the policy is not set the OLD behavior will be used.
  2699. Call Stack (most recent call first):
  2700. Bundles/LeafUI/guiQt/test/CMakeLists.txt:2 (fwLoadProperties)
  2701. This warning is for project developers. Use -Wno-dev to suppress it.
  2702.  
  2703. -- Configuring filterVRRenderTest: /home/corentin/dev_0.10.2/fw4spl/Bundles/LeafAtomFilter/filterVRRender/test
  2704. CMake Warning (dev) at CMakeLists.txt:725 (elseif):
  2705. Policy CMP0054 is not set: Only interpret if() arguments as variables or
  2706. keywords when unquoted. Run "cmake --help-policy CMP0054" for policy
  2707. details. Use the cmake_policy command to set the policy and suppress this
  2708. warning.
  2709.  
  2710. Quoted keywords like "TEST" will no longer be interpreted as keywords when
  2711. the policy is set to NEW. Since the policy is not set the OLD behavior
  2712. will be used.
  2713. Call Stack (most recent call first):
  2714. Bundles/LeafAtomFilter/filterVRRender/test/CMakeLists.txt:1 (fwLoadProperties)
  2715. This warning is for project developers. Use -Wno-dev to suppress it.
  2716.  
  2717. CMake Warning (dev) at CMakeLists.txt:1 (fwLoadProperties):
  2718. Policy CMP0064 is not set: Support new TEST if() operator. Run "cmake
  2719. --help-policy CMP0064" for policy details. Use the cmake_policy command to
  2720. set the policy and suppress this warning.
  2721.  
  2722. TEST will be interpreted as an operator when the policy is set to NEW.
  2723. Since the policy is not set the OLD behavior will be used.
  2724. Call Stack (most recent call first):
  2725. Bundles/LeafAtomFilter/filterVRRender/test/CMakeLists.txt:1 (fwLoadProperties)
  2726. This warning is for project developers. Use -Wno-dev to suppress it.
  2727.  
  2728. -- Configuring vtkCompositeMesh: /home/corentin/dev_0.10.2/fw4spl/Bundles/LeafVisu/vtkCompositeMesh
  2729. -- The imported target "vtkParseJava" references the file
  2730. "/usr/bin/vtkParseJava-6.2"
  2731. but this file does not exist. Possible reasons include:
  2732. * The file was deleted, renamed, or moved to another location.
  2733. * An install or uninstall procedure did not complete successfully.
  2734. * The installation package was faulty and contained
  2735. "/usr/lib/cmake/vtk-6.2/VTKTargets.cmake"
  2736. but not all the files it references.
  2737.  
  2738. -- The imported target "vtkWrapJava" references the file
  2739. "/usr/bin/vtkWrapJava-6.2"
  2740. but this file does not exist. Possible reasons include:
  2741. * The file was deleted, renamed, or moved to another location.
  2742. * An install or uninstall procedure did not complete successfully.
  2743. * The installation package was faulty and contained
  2744. "/usr/lib/cmake/vtk-6.2/VTKTargets.cmake"
  2745. but not all the files it references.
  2746.  
  2747. -- The imported target "vtkRenderingQtJava" references the file
  2748. "/usr/lib/x86_64-linux-gnu/libvtkRenderingQtJava.so"
  2749. but this file does not exist. Possible reasons include:
  2750. * The file was deleted, renamed, or moved to another location.
  2751. * An install or uninstall procedure did not complete successfully.
  2752. * The installation package was faulty and contained
  2753. "/usr/lib/cmake/vtk-6.2/VTKTargets.cmake"
  2754. but not all the files it references.
  2755.  
  2756. -- The imported target "vtk" references the file
  2757. "/usr/bin/vtk"
  2758. but this file does not exist. Possible reasons include:
  2759. * The file was deleted, renamed, or moved to another location.
  2760. * An install or uninstall procedure did not complete successfully.
  2761. * The installation package was faulty and contained
  2762. "/usr/lib/cmake/vtk-6.2/VTKTargets.cmake"
  2763. but not all the files it references.
  2764.  
  2765. -- Configuring scene2DTest: /home/corentin/dev_0.10.2/fw4spl/Bundles/LeafVisu/scene2D/test
  2766. CMake Warning (dev) at CMakeLists.txt:725 (elseif):
  2767. Policy CMP0054 is not set: Only interpret if() arguments as variables or
  2768. keywords when unquoted. Run "cmake --help-policy CMP0054" for policy
  2769. details. Use the cmake_policy command to set the policy and suppress this
  2770. warning.
  2771.  
  2772. Quoted keywords like "TEST" will no longer be interpreted as keywords when
  2773. the policy is set to NEW. Since the policy is not set the OLD behavior
  2774. will be used.
  2775. Call Stack (most recent call first):
  2776. Bundles/LeafVisu/scene2D/test/CMakeLists.txt:1 (fwLoadProperties)
  2777. This warning is for project developers. Use -Wno-dev to suppress it.
  2778.  
  2779. CMake Warning (dev) at CMakeLists.txt:1 (fwLoadProperties):
  2780. Policy CMP0064 is not set: Support new TEST if() operator. Run "cmake
  2781. --help-policy CMP0064" for policy details. Use the cmake_policy command to
  2782. set the policy and suppress this warning.
  2783.  
  2784. TEST will be interpreted as an operator when the policy is set to NEW.
  2785. Since the policy is not set the OLD behavior will be used.
  2786. Call Stack (most recent call first):
  2787. Bundles/LeafVisu/scene2D/test/CMakeLists.txt:1 (fwLoadProperties)
  2788. This warning is for project developers. Use -Wno-dev to suppress it.
  2789.  
  2790. -- Boost version: 1.58.0
  2791. -- Found the following Boost libraries:
  2792. -- log
  2793. -- system
  2794. -- thread
  2795. -- filesystem
  2796. -- date_time
  2797. -- Configuring done
  2798. -- Generating done
  2799. -- Build files have been written to: /home/corentin/dev_0.10.2/fw4spl/build
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement