mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-01-18 15:15:56 +08:00
[svn-r27913] Need to create the directory for the gen files
This commit is contained in:
parent
cc8ed681b0
commit
32ee0d816f
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user