Merge topic 'test-ObjectLibrary-lang'

94c08b3 Tests/ObjectLibrary: Do not enable CXX in subdirectories
This commit is contained in:
David Cole
2012-08-24 14:23:33 -04:00
committed by CMake Topic Stage
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
project(ObjectLibraryA)
project(ObjectLibraryA C)
# Add -fPIC so objects can be used in shared libraries.
# TODO: Need property for this.
if(CMAKE_SHARED_LIBRARY_C_FLAGS AND NOT WATCOM)
+1 -1
View File
@@ -1,4 +1,4 @@
project(ObjectLibraryB)
project(ObjectLibraryB C)
if("${CMAKE_GENERATOR}" MATCHES "Visual Studio 6")
# VS 6 generator does not use per-target object locations.
set(vs6 _vs6)