Skip to content

Commit a4c90f8

Browse files
committed
remove duplicated project command
1 parent ba5a585 commit a4c90f8

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

CMakeLists.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,6 @@ math(EXPR WRDSZ "${CMAKE_SIZEOF_VOID_P} * 8")
5656
# If we are not building as a part of LLVM, build Flang as an
5757
# standalone project, using LLVM as an external library:
5858
if( CMAKE_SOURCE_DIR STREQUAL CMAKE_CURRENT_SOURCE_DIR )
59-
project(Flang)
60-
6159
# Rely on llvm-config.
6260
set(CONFIG_OUTPUT)
6361

0 commit comments

Comments
 (0)