diff options
Diffstat (limited to '')
-rw-r--r-- | CMakeLists.txt | 2 | ||||
-rw-r--r-- | README.md | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 737be2a..a7ac5b9 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -9,7 +9,7 @@ project(privilege_check CXX) # Not sure if that matters a great deal. if(MSVC) - add_compile_options(/W4) + add_compile_options(/MP /W4) elseif(CMAKE_COMPILER_IS_GNUCXX) add_compile_options(-Wall -Wextra -std=c++14) endif() @@ -41,7 +41,7 @@ Another example, using Cygwin + MinGW-w64 + `make` (again, targetting x86-64): /cygdrive/d/workspace/personal/privilege-test ... - > cmake --build . + > cmake --build . -- -j ... License |