mirror of
https://github.com/oatpp/oatpp.git
synced 2024-11-21 03:14:51 +08:00
Fixing lgtm buid
This commit is contained in:
parent
cc90da292c
commit
05bd2955b5
@ -29,7 +29,3 @@ if(OATPP_BUILD_TESTS)
|
||||
enable_testing()
|
||||
add_subdirectory(test)
|
||||
endif()
|
||||
|
||||
if(OATPP_INSTALL)
|
||||
include("cmake/module-install.cmake")
|
||||
endif()
|
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user