CMake: Fix typo.

This commit is contained in:
Sam Edwards
2014-03-31 20:31:08 -06:00
parent 98bfa250f3
commit 5ce2173903
+1 -1
View File
@@ -57,4 +57,4 @@ add_executable(interrogate_module interrogate_module.cxx)
target_link_libraries(interrogate_module
p3cppParser p3interrogatedb p3dconfig p3prc p3dtoolutil p3dtoolbase
p3pystub ${_OPENSSL_LIBRARIES})
install(TARGETS interrogate DESTINATION bin)
install(TARGETS interrogate_module DESTINATION bin)