Browse Source

CMake: Fix typo.

Sam Edwards 12 years ago
parent
commit
cc7e03f5eb
1 changed files with 1 additions and 1 deletions
  1. 1 1
      dtool/src/interrogate/CMakeLists.txt

+ 1 - 1
dtool/src/interrogate/CMakeLists.txt

@@ -56,5 +56,5 @@ install(TARGETS interrogate DESTINATION bin)
 add_executable(interrogate_module interrogate_module.cxx)
 add_executable(interrogate_module interrogate_module.cxx)
 target_link_libraries(interrogate_module
 target_link_libraries(interrogate_module
 	p3cppParser p3interrogatedb p3dconfig p3prc p3dtoolutil p3dtoolbase
 	p3cppParser p3interrogatedb p3dconfig p3prc p3dtoolutil p3dtoolbase
-	p3pystub ${OPENSSL_LIBRARIES})
+	p3pystub ${_OPENSSL_LIBRARIES})
 install(TARGETS interrogate DESTINATION bin)
 install(TARGETS interrogate DESTINATION bin)