Fixing lgtm buid

This commit is contained in:
lganzzzo 2019-01-25 17:42:08 +02:00
parent cc90da292c
commit 05bd2955b5
2 changed files with 7 additions and 4 deletions

View File

@ -29,7 +29,3 @@ if(OATPP_BUILD_TESTS)
enable_testing()
add_subdirectory(test)
endif()
if(OATPP_INSTALL)
include("cmake/module-install.cmake")
endif()

View File

@ -218,3 +218,10 @@ target_include_directories(oatpp-test PUBLIC
)
add_dependencies(oatpp-test oatpp)
#######################################################################################################
## install targets
if(OATPP_INSTALL)
include("../cmake/module-install.cmake")
endif()