Skip to content

Commit 4f1e0a7

Browse files
committed
Issue #760 - fixing build failure on (potentially) non-dockerized environment.
1 parent 8bd56ac commit 4f1e0a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/protocol/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ cmake_policy(SET CMP0041 NEW)
7171
## SORT .cpp by most likely to change / break compile
7272
add_library( hive_protocol STATIC ${SOURCES} )
7373

74-
#file(MAKE_DIRECTORY ${BINARY_INCLUDE_DIR})
74+
file(MAKE_DIRECTORY ${BINARY_INCLUDE_DIR})
7575

7676
add_custom_command(
7777
COMMAND "bash" "-c" "\"${CMAKE_CURRENT_SOURCE_DIR}/generate_words.sh\" \"${CMAKE_CURRENT_SOURCE_DIR}/words.txt\" \"${BINARY_INCLUDE_DIR}/words.deflate\" \"${BINARY_INCLUDE_DIR}/words.b64\""

0 commit comments

Comments
 (0)