mirror of
https://github.com/openappsec/openappsec.git
synced 2025-09-29 11:16:30 +03:00
Fix cmake install of cpnano_json in centos7
This commit is contained in:
@@ -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/)
|
||||
|
Reference in New Issue
Block a user