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
2cb3b551
Commit
2cb3b551
authored
Nov 30, 2012
by
Brad King
Committed by
Kitware Robot
Nov 30, 2012
Browse files
Options
Browse Files
Download
Plain Diff
Merge topic 'fix-watcom-test-timeout'
22385057
Watcom: Avoid prompt from wmake about dll with no exports...
parents
1be60d6d
22385057
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
Tests/EmptyDepends/CMakeLists.txt
Tests/EmptyDepends/CMakeLists.txt
+1
-1
No files found.
Tests/EmptyDepends/CMakeLists.txt
View file @
2cb3b551
...
...
@@ -12,4 +12,4 @@ add_custom_command(OUTPUT ${CMAKE_BINARY_DIR}/qrc_my.cxx
add_custom_command
(
OUTPUT
${
CMAKE_BINARY_DIR
}
/my.qrc
COMMAND
${
CMAKE_COMMAND
}
-E touch
${
CMAKE_BINARY_DIR
}
/my.qrc
)
add_library
(
qrc S
HARED
${
CMAKE_BINARY_DIR
}
/qrc_my.cxx
)
add_library
(
qrc S
TATIC
${
CMAKE_BINARY_DIR
}
/qrc_my.cxx
)
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