You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First of all thank you for making this library installable. I use External_Project_Add() for all libraries, it compiles the library in an isolated environment and installs it in the specified directory (if you are interested in more details I can explain).
What I want is a way to disable tests when building the library.
First of all thank you for making this library installable. I use
External_Project_Add()
for all libraries, it compiles the library in an isolated environment and installs it in the specified directory (if you are interested in more details I can explain).What I want is a way to disable tests when building the library.
Wrap this block in an
if
thread-pool-cpp/CMakeLists.txt
Lines 11 to 22 in af95dd8
like this
https://github.com/Microsoft/GSL/blob/5cbde3008aa43a9c5f6c219ee15b8388336d4433/CMakeLists.txt#L71-L75
then I will be able to control that block with
-DENABLE_TESTS=ON/OFF
The text was updated successfully, but these errors were encountered: