mirror of
https://github.com/openappsec/openappsec.git
synced 2025-06-28 16:41:02 +03:00
Fix cmake install of cpnano_json in centos7
This commit is contained in:
parent
7e011c390a
commit
7147b2d86b
@ -1,4 +1,4 @@
|
||||
add_executable(cpnano_json cpnano_json.cc)
|
||||
|
||||
install(PROGRAMS $<TARGET_FILE:cpnano_json> DESTINATION bin/)
|
||||
install(PROGRAMS $<TARGET_FILE:cpnano_json> DESTINATION orchestration/)
|
||||
install(TARGETS cpnano_json DESTINATION bin/)
|
||||
install(TARGETS cpnano_json DESTINATION orchestration/)
|
||||
|
Loading…
x
Reference in New Issue
Block a user