diff options
author | William Todd Stinson <stinson@lindenlab.com> | 2012-09-21 17:32:28 -0700 |
---|---|---|
committer | William Todd Stinson <stinson@lindenlab.com> | 2012-09-21 17:32:28 -0700 |
commit | 3d5e24d135bd5d2636f075f9ef12ffba2129c61f (patch) | |
tree | 178c3e4d2d410bfa5e6bbc34da44d17372dcad90 /indra/llkdu | |
parent | fcb010e835d9b894ba6d1012ac8e3a85c5ab3400 (diff) |
Adding the CXX to each CMake project definition.
Diffstat (limited to 'indra/llkdu')
-rw-r--r-- | indra/llkdu/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llkdu/CMakeLists.txt b/indra/llkdu/CMakeLists.txt index bdac2eded7..01642e1ea4 100644 --- a/indra/llkdu/CMakeLists.txt +++ b/indra/llkdu/CMakeLists.txt @@ -1,6 +1,6 @@ # -*- cmake -*- -project(llkdu) +project(llkdu CXX) # Visual Studio 2005 has a dumb bug that causes it to fail compilation # of KDU if building with both optimisation and /WS (treat warnings as |