Fixed DDLGeneratorTools flag
This commit is contained in:
parent
1dacaffa2b
commit
8180cc8b04
|
@ -108,7 +108,9 @@ if(ddl_cmake_enable_tests)
|
|||
add_subdirectory(test)
|
||||
endif()
|
||||
|
||||
add_subdirectory(ddlgenerators)
|
||||
if(ddl_cmake_enable_ddl_generator_tools)
|
||||
add_subdirectory(ddlgenerators)
|
||||
endif()
|
||||
|
||||
if(ddl_cmake_enable_installation)
|
||||
install(TARGETS ddl ARCHIVE DESTINATION lib)
|
||||
|
|
Loading…
Reference in a new issue