Skip to content

Commit

Permalink
🐛 Fixed linking Caelum on Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
AnotherFoxGuy committed Nov 28, 2018
1 parent 4eadc88 commit 096a5f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -33,7 +33,7 @@ install:
- conan user
- conan remote add ror-dependencies https://api.bintray.com/conan/anotherfoxguy/ror-dependencies || true
- conan remote add bincrafters-public-conan https://api.bintray.com/conan/bincrafters/public-conan || true
- conan install --build=missing -u .
- conan install --build=missing -u -s compiler.libcxx=libstdc++11 .

script:
- cmake -GNinja -DCMAKE_BUILD_TYPE=Release -DBUILD_REDIST_FOLDER=ON .
Expand Down
2 changes: 1 addition & 1 deletion source/main/CMakeLists.txt
Expand Up @@ -552,7 +552,7 @@ endif ()


# --- Caelum -- Ogre addon for realistic sky rendering ---
if(DEFINED CONAN_OGRE-CAELUM_ROOT AND WIN32)
if(DEFINED CONAN_OGRE-CAELUM_ROOT)
set(CFG_OGRE_PLUGIN_CAELUM "Plugin=Caelum")
target_include_directories(${BINNAME} PRIVATE CONAN_PKG::ogre-caelum)
target_link_libraries(${BINNAME} PRIVATE CONAN_PKG::ogre-caelum)
Expand Down

0 comments on commit 096a5f3

Please sign in to comment.