Fixed Visual Studio 2015 compilation
1 unresolved thread
fires
Object
Object.h +7 -2
Property
PropertyCaster.h +7 -3
CMakeLists.txt +4 -1
Changelog.md +1 -0
Fixed Visual Studio 2015 compilation using FIRES_API on public method instead of using FIRES_API on class declaration.
changed title from Fixing Visual Studio 2015 compilation to Fixed Visual Studio 2015 compilation
Please, review this change @segalindo @jjgarcia @ptoharia
@crodriguez increase patch and add entry to Changelog.md
resolved all discussions
merged
mentioned in commit 728d9078
33 | 33 | common_find_package( OpenMP ) |
34 | 34 | common_find_package_post( ) |
35 | 35 | |
36 | # Allow warnings | |
37 | set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -w") | |
Please register or sign in to reply |
Files with large changes are collapsed by default.
Files with large changes are collapsed by default.
Files with large changes are collapsed by default.
@crodriguez this is necessary?
Mmmm, no, i only added this for testing