From 32ee0d816f7a329ba7e625765186c36dcf054efc Mon Sep 17 00:00:00 2001 From: Allen Byrne Date: Tue, 29 Sep 2015 13:59:55 -0500 Subject: [svn-r27913] Need to create the directory for the gen files --- hl/src/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/hl/src/CMakeLists.txt b/hl/src/CMakeLists.txt index a21504b..a90e3c8 100644 --- a/hl/src/CMakeLists.txt +++ b/hl/src/CMakeLists.txt @@ -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) -- cgit v0.12