Compatibility with CMake 3.12

This commit is contained in:
Jack Andersen 2019-06-11 17:22:25 -10:00
parent b507196851
commit e6a1837450
2 changed files with 3 additions and 3 deletions

View File

@ -34,8 +34,8 @@ endif()
set(CMAKE_RUNTIME_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/bin)
# Directly integrate libcommon and block install targets
set(LIBCOMMON_GENERATE_INSTALL_TARGETS OFF)
set(CODEGEN_GENERATE_INSTALL_TARGETS OFF)
set(LIBCOMMON_GENERATE_INSTALL_TARGETS OFF CACHE BOOL "Make libcommon install targets" FORCE)
set(CODEGEN_GENERATE_INSTALL_TARGETS OFF CACHE BOOL "Make codegen install targets" FORCE)
set(CODEGEN_BUILD_PACKAGE_DURING_CONFIGURE ON)
add_subdirectory(externals/LibCommon)

2
externals/LibCommon vendored

@ -1 +1 @@
Subproject commit b4c0cb42f6b13b31c7a085d87e1ebf43defca327
Subproject commit 8393432003b8e634cba4e89c27635fec0ae43a6f