diff --git a/CMakeLists.txt b/CMakeLists.txt index 41cde95..3831cb7 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -108,9 +108,7 @@ if(ddl_cmake_enable_tests) add_subdirectory(test) endif() -if(ddl_cmake_enable_ddl_generator_tools) - add_subdirectory(ddlgenerators) -endif() +add_subdirectory(ddlgenerators) if(ddl_cmake_enable_installation) install(TARGETS ddl ARCHIVE DESTINATION lib)