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 183c5cc commit e788ad8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmake/staq_msvc.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ if (MSVC)
include_directories(SYSTEM
${CMAKE_INSTALL_PREFIX}/include/staq/third_party/pthreadwin32)
message(WARNING ${CMAKE_INSTALL_PREFIX})
message(WARNING ${STAQ_INSTALL_DIR})
add_compile_options(-bigobj)
add_compile_definitions(NOMINMAX)
if (MSVC_VERSION GREATER_EQUAL 1914)
Expand Down

0 comments on commit e788ad8

Please sign in to comment.