From cc7e03f5eb56c74f4c0806eb06007852c2af3f87 Mon Sep 17 00:00:00 2001 From: Sam Edwards Date: Thu, 6 Feb 2014 13:37:46 -0700 Subject: [PATCH] CMake: Fix typo. --- dtool/src/interrogate/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dtool/src/interrogate/CMakeLists.txt b/dtool/src/interrogate/CMakeLists.txt index 7ff12f5850..ce48803a04 100644 --- a/dtool/src/interrogate/CMakeLists.txt +++ b/dtool/src/interrogate/CMakeLists.txt @@ -56,5 +56,5 @@ install(TARGETS interrogate DESTINATION bin) add_executable(interrogate_module interrogate_module.cxx) target_link_libraries(interrogate_module p3cppParser p3interrogatedb p3dconfig p3prc p3dtoolutil p3dtoolbase - p3pystub ${OPENSSL_LIBRARIES}) + p3pystub ${_OPENSSL_LIBRARIES}) install(TARGETS interrogate DESTINATION bin)