diff --git a/CMakeLists.txt b/CMakeLists.txt index 416edbb5..2ad3d2c7 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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) diff --git a/externals/LibCommon b/externals/LibCommon index b4c0cb42..83934320 160000 --- a/externals/LibCommon +++ b/externals/LibCommon @@ -1 +1 @@ -Subproject commit b4c0cb42f6b13b31c7a085d87e1ebf43defca327 +Subproject commit 8393432003b8e634cba4e89c27635fec0ae43a6f