Skip to content

Commit

Permalink
cmake: remove boost leftover
Browse files Browse the repository at this point in the history
  • Loading branch information
bloerwald committed Dec 13, 2024
1 parent 3b656fe commit c5da387
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions cmake/win32_postfind.cmake
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# This file is part of Noggit3, licensed under GNU General Public License (version 3).

STRING(REGEX REPLACE "/[^/]*$" "" Boost_STRIPPED_LIB_DIR "${Boost_THREAD_LIBRARY_DEBUG}")
LINK_DIRECTORIES(${Boost_STRIPPED_LIB_DIR} ${STORMLIB_LIBRARY_DIR})
LINK_DIRECTORIES(${STORMLIB_LIBRARY_DIR})

#maybe in wrong order now
SET(IncludeDirectories ${IncludeDirectories} "${CMAKE_SOURCE_DIR}/include/win/")
Expand Down

0 comments on commit c5da387

Please sign in to comment.