mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-04-25 06:06:53 +00:00
Look for sol in extern
This commit is contained in:
parent
d64f09007a
commit
02c24e26ea
1 changed files with 1 additions and 1 deletions
|
@ -6,6 +6,6 @@ include(LibFindMacros)
|
||||||
|
|
||||||
libfind_pkg_detect(Sol2 sol2
|
libfind_pkg_detect(Sol2 sol2
|
||||||
FIND_PATH sol.hpp
|
FIND_PATH sol.hpp
|
||||||
|
PATHS ${CMAKE_SOURCE_DIR}/extern/sol/single/sol
|
||||||
)
|
)
|
||||||
libfind_process(Sol2)
|
libfind_process(Sol2)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue