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