[Openmp-commits] [openmp] r210025 - CMake: remove duplicated source file from list
Alp Toker
alp at nuanti.com
Mon Jun 2 06:09:24 PDT 2014
Author: alp
Date: Mon Jun 2 08:09:24 2014
New Revision: 210025
URL: http://llvm.org/viewvc/llvm-project?rev=210025&view=rev
Log:
CMake: remove duplicated source file from list
Patch by Jack Howarth!
Modified:
openmp/trunk/runtime/src/CMakeLists.txt
Modified: openmp/trunk/runtime/src/CMakeLists.txt
URL: http://llvm.org/viewvc/llvm-project/openmp/trunk/runtime/src/CMakeLists.txt?rev=210025&r1=210024&r2=210025&view=diff
==============================================================================
--- openmp/trunk/runtime/src/CMakeLists.txt (original)
+++ openmp/trunk/runtime/src/CMakeLists.txt Mon Jun 2 08:09:24 2014
@@ -90,7 +90,6 @@ set(SOURCES
kmp_ftn_extra.c
kmp_global.c
kmp_gsupport.c
- kmp_global.c
kmp_i18n.c
kmp_io.c
kmp_itt.c
More information about the Openmp-commits
mailing list