[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:05:27 PST 2017


jlpeyton added inline comments.


================
Comment at: CMakeLists.txt:15-17
 
 add_subdirectory(runtime)
 
----------------
If it is possible, we should have an OPENMP_ENABLE_RUNTIME option so people can prevent building the runtime/ subdirectory and only build the libomptarget/ directory.  Does libomptarget rely on libomp?


https://reviews.llvm.org/D40080





More information about the Openmp-commits mailing list