Skip to content

Commit

Permalink
a git submodule sync will be required
Browse files Browse the repository at this point in the history
  • Loading branch information
jcelerier committed Oct 10, 2018
1 parent ba7cece commit d8e0467
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
url = https://github.com/jcelerier/Servus
[submodule "3rdparty/libartnet"]
path = 3rdparty/libartnet
url = https://github.com/aliefhooghe/libartnet
url = https://github.com/jcelerier/libartnet
[submodule "3rdparty/whereami"]
path = 3rdparty/whereami
url = https://github.com/gpakosz/whereami
Expand Down
6 changes: 5 additions & 1 deletion OSSIA/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,11 @@ if(WIN32)
_CRT_SECURE_NO_WARNINGS
WIN32_LEAN_AND_MEAN)
if(OSSIA_LTO)
target_compile_options(ossia PUBLIC "$<$<CONFIG:Release>:/GL>")
if(MSVC)
target_compile_options(ossia PUBLIC "$<$<CONFIG:Release>:/GL>")
else()
target_compile_options(ossia PUBLIC "$<$<CONFIG:Release>:-flto>")
endif()
endif()
target_link_libraries(ossia PRIVATE ws2_32 winmm)
if(MINGW)
Expand Down

0 comments on commit d8e0467

Please sign in to comment.