Skip to content
This repository was archived by the owner on Apr 24, 2025. It is now read-only.

CMake memo

K.Kosako edited this page Jul 25, 2018 · 1 revision
  • Set prefix path

    $ cmake -DCMAKE_INSTALL_PREFIX=$HOME/tmp/xxx ..

  • Disable POSIX API

    $ cmake -DENABLE_POSIX_API=OFF ..

Clone this wiki locally