[Openmp-commits] [openmp] 8580af3 - subdirectories should not use cmake project command

Joachim Protze via Openmp-commits openmp-commits at lists.llvm.org
Wed Jun 17 00:39:34 PDT 2020


Author: Joachim Protze
Date: 2020-06-17T09:38:56+02:00
New Revision: 8580af3f7d94dff5e5e6178ed4a797d64dffefe0

URL: https://github.com/llvm/llvm-project/commit/8580af3f7d94dff5e5e6178ed4a797d64dffefe0
DIFF: https://github.com/llvm/llvm-project/commit/8580af3f7d94dff5e5e6178ed4a797d64dffefe0.diff

LOG: subdirectories should not use cmake project command

Added: 
    

Modified: 
    openmp/tools/multiplex/CMakeLists.txt

Removed: 
    


################################################################################
diff  --git a/openmp/tools/multiplex/CMakeLists.txt b/openmp/tools/multiplex/CMakeLists.txt
index 1201888d2585..64317c112176 100644
--- a/openmp/tools/multiplex/CMakeLists.txt
+++ b/openmp/tools/multiplex/CMakeLists.txt
@@ -1,5 +1,3 @@
-project(OMPT-Multiplex)
-
 if(LIBOMP_OMPT_SUPPORT)
   include_directories(${LIBOMP_INCLUDE_DIR})
 


        


More information about the Openmp-commits mailing list