What steps will reproduce the problem?
1.Build Debug configuration of Orthanc using Visual Studio
2.Build Release configuration of Orthanc using Visual Studio
What is the expected output? What do you see instead?
Expect to see the release configuration build successfully. Instead it fails
due to errors about the precompiled header not matching the configuration.
What version of the product are you using? On what operating system?
0.8.2 windows
Please provide any additional information below.
You need to use a configuration specific path for the precompiled header.
Change line 3 to:
set(PrecompiledBinary "$(IntDir)/${PrecompiledBasename}.pch")
Original issue reported on code.google.com by cha...@gmail.com on 25 Sep 2014 at 2:11
Original issue reported on code.google.com by
cha...@gmail.com
on 25 Sep 2014 at 2:11