unofficial mirror of help-guix@gnu.org 
 help / color / mirror / Atom feed
* cmake error
@ 2021-05-13 10:35 Roy Lemmon
  2021-05-13 13:48 ` Thiago Jung Bauermann
  0 siblings, 1 reply; 9+ messages in thread
From: Roy Lemmon @ 2021-05-13 10:35 UTC (permalink / raw)
  To: help-guix

Hi,

I have a problem with the cmake build package.

Below is a small CMakeLists.txt test file where I attempt to download the
file fastjet-3.3.3.tar.gz.

**********************************************************************************
# Specify the minimum version for CMake
cmake_minimum_required(VERSION 3.13.5)

# Project's name

project(hello)

file(DOWNLOAD "http://fastjet.fr/repo/fastjet-3.3.3.tar.gz" "fastjet-3.3.3.tar.gz"  TIMEOUT 60)
**********************************************************************************

When I run this file I get an error about the certificates:

**********************************************************************
rlemmon@parton ~/example$ cmake .
CMake Error at CMakeLists.txt:8 (file):
  file /home/rlemmon/.guix-profile/etc/ssl/certs/ca-certificates.crt


-- Configuring incomplete, errors occurred!
See also "/home/rlemmon/example/CMakeFiles/CMakeOutput.log".
**********************************************************************

Can someone help ?

Thanks
Roy



^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2021-05-13 20:46 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-13 10:35 cmake error Roy Lemmon
2021-05-13 13:48 ` Thiago Jung Bauermann
2021-05-13 14:12   ` Roy Lemmon
2021-05-13 15:05     ` Thiago Jung Bauermann
2021-05-13 16:54       ` Roy Lemmon
2021-05-13 17:07     ` Thiago Jung Bauermann
2021-05-13 17:17       ` Roy Lemmon
2021-05-13 18:09         ` Thiago Jung Bauermann
2021-05-13 18:17           ` Roy Lemmon

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).