Monday, March 09, 2020
cmake force g++ gcc version to use
$cmake -DCMAKE_CXX_COMPILER=g++-8 -DCMAKE_CC_COMPILER=gcc-8 ..
This command affec to next variables into CMakeLists.txt file
CMAKE_CXX_COMPILER_VERSION
CMAKE_CXX_COMPILER_ID
#Next lines doesn't works for me on this time.
set(CMAKE_C_COMPILER /usr/bin/gcc-8)
set(CMAKE_CXX_COMPILER /usr/bin/g++-8)
Subscribe to:
Post Comments (Atom)
-
Resources: [1] Hela https://ome.grc.nia.nih.gov/iicbu2008/hela/index.html
-
en inglés se llama “A potentially dangerous Request.Form value was detected from the client”. varias páginas indican dos cosas: 1. agrega...
-
Image to Tex [1] https://latexconvert.com/ [2] https://www.img2latex.xyz/convert [3] https://ai-math.io/image-to-latex [4] https://image2lat...
OS Emulation on Ubuntu 20
sudo apt update && sudo apt install qemu-system-x86 # Create a 1GB disk image qemu-img create -f qcow2 win95.qcow2 1G qemu-i...

No comments:
Post a Comment