Skip to content

Commit

Permalink
Update CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
vsoftco committed Nov 28, 2023
1 parent e1e70fe commit bb4c415
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ endif ()

#### Windows issues with Microsoft Visual Studio
if (MSVC)
include_directories(SYSTEM third_party/libs/pthreadwin32)
include_directories(SYSTEM libs/third_party/pthreadwin32)
add_compile_options(-bigobj)
add_compile_definitions(NOMINMAX)
if (MSVC_VERSION GREATER_EQUAL 1914)
Expand Down

0 comments on commit bb4c415

Please sign in to comment.