[Openmp-commits] [PATCH] D40080: [CMake] Disallow direct configuration
Jonathan Peyton via Phabricator via Openmp-commits
openmp-commits at lists.llvm.org
Tue Nov 28 10:10:09 PST 2017
jlpeyton added inline comments.
================
Comment at: libomptarget/Build_With_CMake.txt:46-62
inlude the -G <Generator name> option:
$ cmake -G "Unix Makefiles" ...
You can see a list of generators cmake supports by executing cmake with
no arguments and a list will be printed.
=====================
Instructions to Build
----------------
I think libomptarget/Build_With_CMake.txt and runtime/Build_WIth_CMake.txt should be unified and moved into openmp/Build_With_CMake.txt.
https://reviews.llvm.org/D40080
More information about the Openmp-commits
mailing list