Some dos2unix fixes. Fixed path error in run_tests_linux.sh. Set CMAKE_MODULE_PATH to look locally first in tests/CmakeLists.txt.
This commit is contained in:
parent
67f0225e42
commit
f8a15aecfe
4 changed files with 253 additions and 250 deletions
|
@ -1,5 +1,8 @@
|
|||
# Tell cmake our project only concerns the D language.
|
||||
cmake_minimum_required(VERSION 2.8)
|
||||
# Look for cmake modules locally first
|
||||
set(CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR}/../cmaked)
|
||||
|
||||
PROJECT (CMAKED2_TESTS D)
|
||||
ADD_DEFINITIONS( -w -wi )
|
||||
enable_testing()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue