]> git.ipfire.org Git - thirdparty/snort3.git/commitdiff
updating another cmake typo
authorJosh <jrosenba@cisco.com>
Wed, 3 Dec 2014 19:20:36 +0000 (13:20 -0600)
committerJosh <jrosenba@cisco.com>
Wed, 3 Dec 2014 19:20:36 +0000 (13:20 -0600)
extra/src/ips_options/CMakeLists.txt
extra/src/loggers/CMakeLists.txt

index 2892c2f129694dc716b07e6e44537932af08ab2b..859f7acdf055b47b32720c2a0f7d4f08add420e5 100644 (file)
@@ -3,5 +3,5 @@ add_example_library(ips_urg ips_options ips_urg.cc)
 
 install (
     FILES find.lua
-    LIBRARY DESTINATION "${EX_INSTALL_PATH}/ips_options"
+    DESTINATION "${EX_INSTALL_PATH}/ips_options"
 )
index d256f03b48848db71e2e5e19d2810269f40f4993..bbe03776585043b0ded9910b37297ae3757a489a 100644 (file)
@@ -3,5 +3,5 @@ add_example_library(alert_ex loggers alert_ex.cc)
 
 install (
     FILES alert.lua
-    LIBRARY DESTINATION "${EX_INSTALL_PATH}/loggers"
+    DESTINATION "${EX_INSTALL_PATH}/loggers"
 )