Skip to content

Commit

Permalink
Update staq_msvc.cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
vsoftco committed Nov 29, 2023
1 parent 038c483 commit 92b695e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/staq_msvc.cmake
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#### Windows issues with Microsoft Visual Studio
if (MSVC)
message(STATUS "MSVC -- including the cmake")
include_directories(SYSTEM third_party/pthreadwin32)
include_directories(SYSTEM staq/third_party/pthreadwin32)
add_compile_options(-bigobj)
add_compile_definitions(NOMINMAX)
if (MSVC_VERSION GREATER_EQUAL 1914)
Expand Down

0 comments on commit 92b695e

Please sign in to comment.