Toshio Kuratomi wrote:
> cmake CMakeLists.txt

FYI, that's the default file name, so:
cmake .
is sufficient. (You do have to give it a parameter, but the dot for the 
current directory is sufficient.)

Also note that it's in general cleaner to build in a separate directory 
(passing a relative path to CMakeLists.txt, but there too, this need not 
include the "CMakeLists.txt" file name itself), not in the directory 
containing CMakeLists.txt.

        Kevin Kofler

-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel

Reply via email to