From Michael Platings, "Hi Bob, thanks for the CMake fixes. I'm not sure what the purpose of the capitalisation changes was so I've reverted that (a) to make diff-ing easier and (b) because all-caps is consistent with all the other OSG CMake files. Aside from that the changes seem fine.
I don't understand the changes to ReaderWriterFBX.cpp - (i) strings.h isn't a standard header, (ii) the ISO-conformant form is _strnicmp (with the underscore). Does the existing code not compile for you? If not we'll have to do some #ifdef nastiness."
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
INCLUDE_DIRECTORIES(${FBX_ROOT}/include)
|
||||
INCLUDE_DIRECTORIES(${FBX_INCLUDE_DIR})
|
||||
|
||||
SET(TARGET_SRC
|
||||
fbxRAnimation.cpp
|
||||
|
||||
Reference in New Issue
Block a user