[svn-r27913] Need to create the directory for the gen files

This commit is contained in:
Allen Byrne 2015-09-29 13:59:55 -05:00
parent cc8ed681b0
commit 32ee0d816f

View File

@ -2,6 +2,7 @@ cmake_minimum_required (VERSION 3.1.0)
PROJECT (HDF5_HL_SRC)
if (HDF5_GENERATE_HEADERS)
file (MAKE_DIRECTORY "${CMAKE_CURRENT_BINARY_DIR}/genLT")
find_package (BISON)
if (BISON_FOUND)
find_package (FLEX)