Compatibility with CMake 3.12
This commit is contained in:
parent
b507196851
commit
e6a1837450
|
@ -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)
|
||||
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit b4c0cb42f6b13b31c7a085d87e1ebf43defca327
|
||||
Subproject commit 8393432003b8e634cba4e89c27635fec0ae43a6f
|
Loading…
Reference in New Issue