Removed glob for FoX source files.

This commit is contained in:
Paul Romano 2014-04-13 15:03:15 -04:00
parent 66e78251f7
commit f81ea63c33

View file

@ -183,7 +183,6 @@ if(NOT EXISTS ${CMAKE_CURRENT_SOURCE_DIR}/xml/fox/.git)
execute_process(COMMAND git submodule update
WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/..)
endif()
file(GLOB_RECURSE source_fox xml/*.F90 xml/*.f90)
add_subdirectory(xml/fox)
#===============================================================================