1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-04-01 14:06:47 +00:00

Look for sol in extern

This commit is contained in:
Kyle Cooley 2018-05-09 16:45:53 -04:00
parent d64f09007a
commit 02c24e26ea

View file

@ -6,6 +6,6 @@ include(LibFindMacros)
libfind_pkg_detect(Sol2 sol2
FIND_PATH sol.hpp
PATHS ${CMAKE_SOURCE_DIR}/extern/sol/single/sol
)
libfind_process(Sol2)