Skip to content

Make CMake keys enabled by default#376

Closed
aobolensk wants to merge 1 commit intolearning-process:masterfrom
aobolensk:cmake-keys-default-on
Closed

Make CMake keys enabled by default#376
aobolensk wants to merge 1 commit intolearning-process:masterfrom
aobolensk:cmake-keys-default-on

Conversation

@aobolensk
Copy link
Copy Markdown
Member

No description provided.

@aobolensk aobolensk force-pushed the cmake-keys-default-on branch from bbf3fc6 to 255dbdf Compare May 12, 2025 22:30
Comment thread docs/user_guide/build.rst

mkdir build && cd build
cmake -D USE_SEQ=ON -D USE_MPI=ON -D USE_OMP=ON -D USE_TBB=ON -D USE_STL=ON -D USE_FUNC_TESTS=ON -D USE_PERF_TESTS=ON -D CMAKE_BUILD_TYPE=Release ..
cmake -D USE_FUNC_TESTS=ON -D USE_PERF_TESTS=ON -D CMAKE_BUILD_TYPE=Release ..
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please correct it for func and pref tests too

Comment thread cmake/configure.cmake
option(gtest_force_shared_crt "" TRUE)
endif(MSVC)

option(USE_SEQ ON)
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please move it to modes

@aobolensk aobolensk closed this May 17, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants