Skip to content
This repository was archived by the owner on Sep 10, 2021. It is now read-only.

Commit a6370f9

Browse files
committed
Fix tests on CentOS and Fedora
1 parent 85c2dc2 commit a6370f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
#=============================================================================
1919

2020
cmake_minimum_required(VERSION 2.8.7)
21-
project(Midas)
21+
project(midas NONE)
2222

2323
get_filename_component(REAL_SOURCE_DIR ${CMAKE_SOURCE_DIR} REALPATH)
2424
get_filename_component(REAL_BINARY_DIR "${CMAKE_BINARY_DIR}" REALPATH)

0 commit comments

Comments
 (0)