Skip to content

Commit

Permalink
fix paths
Browse files Browse the repository at this point in the history
  • Loading branch information
summeroff committed Jan 10, 2025
1 parent 42fc287 commit 920aaca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libobs/cmake/os-windows.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ target_include_directories(
libobs
PUBLIC
$<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}/util/windows>
$<INSTALL_INTERFACE:util/windows>
# $<INSTALL_INTERFACE:util/windows>
)

target_compile_options(libobs PRIVATE $<$<COMPILE_LANGUAGE:C,CXX>:/EHc->)
Expand Down

0 comments on commit 920aaca

Please sign in to comment.