We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c249e2 commit a10bd16Copy full SHA for a10bd16
CMakeLists.txt
@@ -18,7 +18,7 @@
18
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
19
# SOFTWARE.
20
21
-cmake_minimum_required(VERSION 3.5)
+cmake_minimum_required(VERSION 3.7.2)
22
23
# Define the project
24
project(MyModule CXX)
tests/CMakeLists.txt
if(NOT TARGET MyModule::mylib)
0 commit comments