Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ message(STATUS "Finding test data files in directory ${TEST_FILE_DIR}.")
set(MASTER_TABLE_DIR "${CMAKE_INSTALL_PREFIX}/tables" CACHE STRING "Installation location of Master BUFR Tables")

string(LENGTH "${MASTER_TABLE_DIR}" _lenmtd)
set(_lenslmax 120) # max number of chars of ${MASTER_TABLE_DIR} to store on a single line of a Fortran90 or C source code file
set(_lenslmax 60) # max number of chars of ${MASTER_TABLE_DIR} to store on a single line of a Fortran90 or C source code file
if(${_lenmtd} LESS_EQUAL ${_lenslmax})
set(MASTER_TABLE_DIR_F "${MASTER_TABLE_DIR}")
set(MASTER_TABLE_DIR_C "${MASTER_TABLE_DIR}")
Expand Down