mirror of
https://github.com/openappsec/openappsec.git
synced 2025-06-28 16:41:02 +03:00
Fix cmake install of cpnano_base64 in centos 7
This commit is contained in:
parent
7147b2d86b
commit
5735190b3a
@ -2,5 +2,5 @@ add_executable(cpnano_base64 cpnano_base64.cc base64.cc)
|
||||
SET(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} ${GCC_COMPILE_FLAGS}")
|
||||
SET(CMAKE_EXE_LINKER_FLAGS "${CMAKE_EXE_LINKER_FLAGS} ${GCC_LINK_FLAGS}")
|
||||
|
||||
install(PROGRAMS $<TARGET_FILE:cpnano_base64> DESTINATION bin/)
|
||||
install(PROGRAMS $<TARGET_FILE:cpnano_base64> DESTINATION orchestration/)
|
||||
install(TARGETS cpnano_base64 DESTINATION bin/)
|
||||
install(TARGETS cpnano_base64 DESTINATION orchestration/)
|
||||
|
Loading…
x
Reference in New Issue
Block a user