Squashed commit of the following:
commit
11cc0e2a7df1c1216940bacf64265abe0bcf1421
Author: Joel Cornett <joel.cornett@gmail.com>
Date: Thu Nov 19 09:48:43 2015 -0500
moved target_link_libraries directives inside of HAVE_HYPERSCAN condition
framework
sfip
catch_tests
-)
-endif()
-
-target_link_libraries(ips_regex_test ${HS_LIBRARIES})
-target_include_directories(ips_regex_test PUBLIC ${LUAJIT_INCLUDE_DIR})
+ )
+ target_link_libraries(ips_regex_test ${HS_LIBRARIES})
+ target_include_directories(ips_regex_test PUBLIC ${LUAJIT_INCLUDE_DIR})
+endif()
framework
catch_tests
)
-endif()
-
-target_link_libraries(hyperscan_test ${HS_LIBRARIES})
+ target_link_libraries(hyperscan_test ${HS_LIBRARIES})
+endif()