summaryrefslogtreecommitdiffstats
path: root/Modules/FindosgParticle.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'Modules/FindosgParticle.cmake')
-rw-r--r--Modules/FindosgParticle.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/FindosgParticle.cmake b/Modules/FindosgParticle.cmake
index 201fa61..5a5b316 100644
--- a/Modules/FindosgParticle.cmake
+++ b/Modules/FindosgParticle.cmake
@@ -34,5 +34,5 @@ OSG_FIND_PATH (OSGPARTICLE osgParticle/FireEffect)
OSG_FIND_LIBRARY(OSGPARTICLE osgParticle)
include(FindPackageHandleStandardArgs)
-FIND_PACKAGE_HANDLE_STANDARD_ARGS(OSGPARTICLE DEFAULT_MSG
+FIND_PACKAGE_HANDLE_STANDARD_ARGS(osgParticle DEFAULT_MSG
OSGPARTICLE_LIBRARY OSGPARTICLE_INCLUDE_DIR)