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 2ce995c commit 86efaac
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cmake/staq_msvc.cmake
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
#### Windows issues with Microsoft Visual Studio
if (MSVC)
message(STATUS "MSVC -- including the cmake")
include_directories(SYSTEM include/staq/third_party/pthreadwin32)
include_directories(SYSTEM
${CMAKE_INSTALL_PREFIX}/include/staq/third_party/pthreadwin32)
add_compile_options(-bigobj)
add_compile_definitions(NOMINMAX)
if (MSVC_VERSION GREATER_EQUAL 1914)
Expand Down

0 comments on commit 86efaac

Please sign in to comment.