Skip to content

Commit 0dd1fa7

Browse files
committed
Remove unnecessary cmake options
1 parent 3575780 commit 0dd1fa7

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
@@ -10,8 +10,6 @@ cmake_minimum_required(VERSION 3.3)
1010
# CMake's Fortran tests
1111
SET(CMAKE_Fortran_COMPILER_WORKS 1)
1212
SET(CMAKE_Fortran_ABI_COMPILED 0)
13-
SET(CMAKE_Fortran_COMPILER_SUPPORTS_F90 1)
14-
SET(CMAKE_Fortran_MODDIR_FLAG "-J ")
1513

1614
# If we are not building as a part of LLVM, build Flang as a
1715
# standalone project, using LLVM as an external library:

0 commit comments

Comments
 (0)