satacker

Untitled

Nov 8th, 2023
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.38 KB | None | 0 0
  1. satacker@pop-os:~/workspace/hpx-template/build$ cmake .. -G Ninja
  2. -- The CXX compiler identification is Clang 14.0.0
  3. -- Detecting CXX compiler ABI info
  4. -- Detecting CXX compiler ABI info - done
  5. -- Check for working CXX compiler: /usr/bin/c++ - skipped
  6. -- Detecting CXX compile features
  7. -- Detecting CXX compile features - done
  8. CMake Warning (dev) at /usr/local/share/cmake-3.26/Modules/FetchContent.cmake:1282 (message):
  9. The DOWNLOAD_EXTRACT_TIMESTAMP option was not given and policy CMP0135 is
  10. not set. The policy's OLD behavior will be used. When using a URL
  11. download, the timestamps of extracted files should preferably be that of
  12. the time of extraction, otherwise code that depends on the extracted
  13. contents might not be rebuilt if the URL changes. The OLD behavior
  14. preserves the timestamps from the archive instead, but this is usually not
  15. what you want. Update your project to the NEW behavior or specify the
  16. DOWNLOAD_EXTRACT_TIMESTAMP option with a value of true to avoid this
  17. robustness issue.
  18. Call Stack (most recent call first):
  19. CMakeLists.txt:12 (FetchContent_Declare)
  20. This warning is for project developers. Use -Wno-dev to suppress it.
  21.  
  22. -- Fetching Boost
  23. -- Configuring Boost
  24. -- Source DIR: Bin DIR
  25. CMake Error at CMakeLists.txt:25 (add_subdirectory):
  26. add_subdirectory given source "EXCLUDE_FROM_ALL" which is not an existing
  27. directory.
  28.  
Advertisement
Add Comment
Please, Sign In to add comment