diff options
author | callum_linden <none@none> | 2014-12-17 16:24:31 -0800 |
---|---|---|
committer | callum_linden <none@none> | 2014-12-17 16:24:31 -0800 |
commit | b265b899d4b0c936eb70f62a165ef176ceb75767 (patch) | |
tree | 76ea311609ba645c54ac66e5d0731408333cce8d /indra | |
parent | 6a552963a48e9ef59c436361f5495f3c0fd7404a (diff) |
Update autobuild to point to new (VS2013) Havok files and fix up name mismatch
Diffstat (limited to 'indra')
-rwxr-xr-x | indra/cmake/Havok.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/cmake/Havok.cmake b/indra/cmake/Havok.cmake index fceca13962..99e7334118 100755 --- a/indra/cmake/Havok.cmake +++ b/indra/cmake/Havok.cmake @@ -3,7 +3,7 @@ include(Prebuilt) if(NOT DEFINED ${CMAKE_CURRENT_LIST_FILE}_INCLUDED) set(${CMAKE_CURRENT_LIST_FILE}_INCLUDED "YES") -use_prebuilt_binary(havok_source) +use_prebuilt_binary(havok-source) set(Havok_INCLUDE_DIRS ${LIBS_PREBUILT_DIR}/include/havok/Source) list(APPEND Havok_INCLUDE_DIRS ${LIBS_PREBUILT_DIR}/include/havok/Demo) |