2016-09-27 19:01:08 +00:00
|
|
|
# Distributed under the OSI-approved BSD 3-Clause License. See accompanying
|
|
|
|
# file Copyright.txt or https://cmake.org/licensing for details.
|
2005-12-14 18:51:08 +00:00
|
|
|
|
2009-09-28 15:46:51 +00:00
|
|
|
|
2004-09-22 18:42:05 +00:00
|
|
|
# This file is used by EnableLanguage in cmGlobalGenerator to
|
2018-02-16 03:02:13 +00:00
|
|
|
# determine that the selected Fortran compiler can actually compile
|
2004-09-22 18:42:05 +00:00
|
|
|
# and link the most basic of programs. If not, a fatal error
|
|
|
|
# is set and cmake stops processing commands and will not generate
|
|
|
|
# any makefiles or projects.
|
2012-08-13 17:47:32 +00:00
|
|
|
set(CMAKE_Java_COMPILER_WORKS 1 CACHE INTERNAL "")
|