Jesse_V

Windows path error

Sep 3rd, 2013
130
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.16 KB | None | 0 0
  1. $ cmake .
  2. -- Found Qt4: /usr/bin/qmake (found suitable version "4.8.3", required is "4.8.3")
  3. CMake Warning (dev) at CMakeLists.txt:21 (link_directories):
  4. This command specifies the relative path
  5.  
  6. C:/Libs/openmm51/lib
  7.  
  8. as a link directory.
  9.  
  10. Policy CMP0015 is not set: link_directories() treats paths relative to the
  11. source dir. Run "cmake --help-policy CMP0015" for policy details. Use the
  12. cmake_policy command to set the policy and suppress this warning.
  13. This warning is for project developers. Use -Wno-dev to suppress it.
  14.  
  15. CMake Warning (dev) at CMakeLists.txt:21 (link_directories):
  16. This command specifies the relative path
  17.  
  18. C:/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v5.5/lib/Win32
  19.  
  20. as a link directory.
  21.  
  22. Policy CMP0015 is not set: link_directories() treats paths relative to the
  23. source dir. Run "cmake --help-policy CMP0015" for policy details. Use the
  24. cmake_policy command to set the policy and suppress this warning.
  25. This warning is for project developers. Use -Wno-dev to suppress it.
  26.  
  27. -- Configuring done
  28. -- Generating done
  29. -- Build files have been written to: /home/jesse/Documents/git_projects/fahbench
Advertisement
Add Comment
Please, Sign In to add comment