summaryrefslogtreecommitdiff
path: root/muse2/pch.txt
diff options
context:
space:
mode:
authorFlorian Jung <flo@windfisch.org>2012-05-28 14:15:52 +0000
committerFlorian Jung <flo@windfisch.org>2012-05-28 14:15:52 +0000
commitd2a88cfaad5ac385fc3c6212c09ad7fbc38e9454 (patch)
tree387da0b38255003e1a971629ea0de32273ac3d3c /muse2/pch.txt
parent716f5a5b56a3b7ff59004ef0a1af5f98cb2a691c (diff)
merged with release_2_0
Diffstat (limited to 'muse2/pch.txt')
-rw-r--r--muse2/pch.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/muse2/pch.txt b/muse2/pch.txt
index 11e9ab5f..a5040e91 100644
--- a/muse2/pch.txt
+++ b/muse2/pch.txt
@@ -32,6 +32,8 @@ add_custom_command(
WORKING_DIRECTORY ${PROJECT_BINARY_DIR}
)
+# Disable precompilation of this header file for now since it is empty - Orcan 2012-05-20
+if(0)
add_custom_command(
OUTPUT ${PROJECT_BINARY_DIR}/all.h.pch
COMMAND ${CMAKE_CXX_COMPILER}
@@ -58,6 +60,7 @@ add_custom_command(
DEPENDS ${PROJECT_BINARY_DIR}/all-pic.h
WORKING_DIRECTORY ${PROJECT_BINARY_DIR}
)
+endif(0)
set_source_files_properties(
${PROJECT_BINARY_DIR}/all.h