Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
OpenWalnut
OpenWalnut Core
Commits
16184469
Commit
16184469
authored
Apr 20, 2011
by
Alexander Wiebel
Browse files
[FIX] make it compile with MSVC again
parent
0504f5ea
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
1 deletion
+4
-1
src/CMakeLists.txt
src/CMakeLists.txt
+3
-0
src/common/math/WVector3D.h
src/common/math/WVector3D.h
+1
-1
No files found.
src/CMakeLists.txt
View file @
16184469
...
...
@@ -7,6 +7,9 @@ IF( ${CMAKE_SOURCE_DIR} STREQUAL ${CMAKE_BINARY_DIR} )
ENDIF
()
IF
(
CMAKE_GENERATOR MATCHES
"Visual Studio"
)
ADD_DEFINITIONS
(
-DEIGEN_DONT_VECTORIZE -DEIGEN_DONT_ALIGN -DEIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT
)
ENDIF
()
# append search path for FindModules:
#------------------------------------
...
...
src/common/math/WVector3D.h
View file @
16184469
...
...
@@ -255,6 +255,6 @@ OW_API_DEPRECATED OWCOMMON_EXPORT std::istream& operator>>( std::istream& in, WV
* \param lhs left hand side of product
* \param rhs right hand side of product
*/
OW_API_DEPRECATED
OWCOMMON_EXPORT
osg
::
Vec3d
operator
*
(
osg
::
Vec3d
::
value_type
lhs
,
const
osg
::
Vec3d
&
rhs
);
OW_API_DEPRECATED
OWCOMMON_EXPORT
WVector3D
operator
*
(
osg
::
Vec3d
::
value_type
lhs
,
const
WVector3D
&
rhs
);
#endif // WVECTOR3D_H
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment