Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
CMake
CMake
Commits
0fb0f346
Commit
0fb0f346
authored
May 16, 2017
by
Craig Scott
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Tests: Remove unnecessary setting of CMAKE_MODULE_PATH
parent
47177976
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
0 additions
and
12 deletions
+0
-12
Tests/FindGTest/Test/CMakeLists.txt
Tests/FindGTest/Test/CMakeLists.txt
+0
-3
Tests/FindTIFF/Test/CMakeLists.txt
Tests/FindTIFF/Test/CMakeLists.txt
+0
-3
Tests/FindXalanC/Test/CMakeLists.txt
Tests/FindXalanC/Test/CMakeLists.txt
+0
-3
Tests/FindXercesC/Test/CMakeLists.txt
Tests/FindXercesC/Test/CMakeLists.txt
+0
-3
No files found.
Tests/FindGTest/Test/CMakeLists.txt
View file @
0fb0f346
...
...
@@ -2,9 +2,6 @@ cmake_minimum_required(VERSION 3.1)
project
(
TestFindGTest CXX
)
include
(
CTest
)
# CMake does not actually provide FindGTest publicly.
set
(
CMAKE_MODULE_PATH
${
CMAKE_CURRENT_SOURCE_DIR
}
/../../../Source/Modules
)
find_package
(
GTest REQUIRED
)
add_executable
(
test_gtest_tgt main.cxx
)
...
...
Tests/FindTIFF/Test/CMakeLists.txt
View file @
0fb0f346
...
...
@@ -2,9 +2,6 @@ cmake_minimum_required(VERSION 3.1)
project
(
TestFindTIFF C
)
include
(
CTest
)
# CMake does not actually provide FindTIFF publicly.
set
(
CMAKE_MODULE_PATH
${
CMAKE_CURRENT_SOURCE_DIR
}
/../../../Source/Modules
)
find_package
(
TIFF REQUIRED
)
add_executable
(
test_tiff_tgt main.c
)
...
...
Tests/FindXalanC/Test/CMakeLists.txt
View file @
0fb0f346
...
...
@@ -2,9 +2,6 @@ cmake_minimum_required(VERSION 3.1)
project
(
TestFindXalanC CXX
)
include
(
CTest
)
# CMake does not actually provide FindXalanC publicly.
set
(
CMAKE_MODULE_PATH
${
CMAKE_CURRENT_SOURCE_DIR
}
/../../../Source/Modules
)
find_package
(
XalanC REQUIRED
)
add_executable
(
test_xalanc_tgt main.cxx
)
...
...
Tests/FindXercesC/Test/CMakeLists.txt
View file @
0fb0f346
...
...
@@ -2,9 +2,6 @@ cmake_minimum_required(VERSION 3.1)
project
(
TestFindXercesC CXX
)
include
(
CTest
)
# CMake does not actually provide FindXercesC publicly.
set
(
CMAKE_MODULE_PATH
${
CMAKE_CURRENT_SOURCE_DIR
}
/../../../Source/Modules
)
find_package
(
XercesC REQUIRED
)
add_executable
(
test_xercesc_tgt main.cxx
)
...
...
Brad King
@brad.king
mentioned in commit
37388716
·
May 18, 2017
mentioned in commit
37388716
mentioned in commit 373887162654781c25c9ddd9f6f671da4c65d206
Toggle commit list
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment